CloudServicesNetworkProperties interface
CloudServicesNetworkProperties represents properties of the cloud services network.
Properties
| additional |
The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. |
| associated |
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network. |
| cluster |
The resource ID of the Network Cloud cluster this cloud services network is associated with. |
| detailed |
The more detailed status of the cloud services network. |
| detailed |
The descriptive message about the current detailed status. |
| enable |
The indicator of whether the platform default endpoints are allowed for the egress traffic. |
| enabled |
The full list of additional and default egress endpoints that are currently enabled. |
| hybrid |
Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network. |
| interface |
The name of the interface that will be present in the virtual machine to represent this network. |
| provisioning |
The provisioning state of the cloud services network. |
| storage |
The storage options for the cloud services network. |
| storage |
The storage status for the cloud services network. |
| virtual |
Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network. |
Property Details
additionalEgressEndpoints
The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint.
additionalEgressEndpoints?: EgressEndpoint[]
Property Value
associatedResourceIds
The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
associatedResourceIds?: string[]
Property Value
string[]
clusterId
The resource ID of the Network Cloud cluster this cloud services network is associated with.
clusterId?: string
Property Value
string
detailedStatus
The more detailed status of the cloud services network.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
enableDefaultEgressEndpoints
The indicator of whether the platform default endpoints are allowed for the egress traffic.
enableDefaultEgressEndpoints?: string
Property Value
string
enabledEgressEndpoints
The full list of additional and default egress endpoints that are currently enabled.
enabledEgressEndpoints?: EgressEndpoint[]
Property Value
hybridAksClustersAssociatedIds
Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this cloud services network.
hybridAksClustersAssociatedIds?: string[]
Property Value
string[]
interfaceName
The name of the interface that will be present in the virtual machine to represent this network.
interfaceName?: string
Property Value
string
provisioningState
The provisioning state of the cloud services network.
provisioningState?: string
Property Value
string
storageOptions
The storage options for the cloud services network.
storageOptions?: CloudServicesNetworkStorageOptions
Property Value
storageStatus
The storage status for the cloud services network.
storageStatus?: CloudServicesNetworkStorageStatus
Property Value
virtualMachinesAssociatedIds
Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this cloud services network.
virtualMachinesAssociatedIds?: string[]
Property Value
string[]