Get Cloud Services Network Result
data class GetCloudServicesNetworkResult(val additionalEgressEndpoints: List<EgressEndpointResponse>? = null, val associatedResourceIds: List<String>, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val enableDefaultEgressEndpoints: String? = null, val enabledEgressEndpoints: List<EgressEndpointResponse>, val extendedLocation: ExtendedLocationResponse, val hybridAksClustersAssociatedIds: List<String>, val id: String, val interfaceName: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachinesAssociatedIds: List<String>)
Upon creation, the additional services that are provided by the platform will be allocated and represented in the status of this resource. All resources associated with this cloud services network will be part of the same layer 2 (L2) isolation domain. At least one service network must be created but may be reused across many virtual machines and/or Hybrid AKS clusters.
Constructors
Link copied to clipboard
fun GetCloudServicesNetworkResult(additionalEgressEndpoints: List<EgressEndpointResponse>? = null, associatedResourceIds: List<String>, clusterId: String, detailedStatus: String, detailedStatusMessage: String, enableDefaultEgressEndpoints: String? = null, enabledEgressEndpoints: List<EgressEndpointResponse>, extendedLocation: ExtendedLocationResponse, hybridAksClustersAssociatedIds: List<String>, id: String, interfaceName: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachinesAssociatedIds: List<String>)