Get External Network Result
data class GetExternalNetworkResult(val administrativeState: String, val annotation: String? = null, val disabledOnResources: List<String>, val exportRoutePolicyId: String? = null, val id: String, val importRoutePolicyId: String? = null, val name: String, val networkToNetworkInterconnectId: String, val optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, val optionBProperties: OptionBPropertiesResponse? = null, val peeringOption: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Defines the ExternalNetwork item.
Constructors
Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, disabledOnResources: List<String>, exportRoutePolicyId: String? = null, id: String, importRoutePolicyId: String? = null, name: String, networkToNetworkInterconnectId: String, optionAProperties: ExternalNetworkPropertiesResponseOptionAProperties? = null, optionBProperties: OptionBPropertiesResponse? = null, peeringOption: String, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
AdministrativeState of the externalNetwork. Example: Enabled | Disabled.
Link copied to clipboard
Switch configuration description.
Link copied to clipboard
List of resources the externalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.
Link copied to clipboard
ARM resource ID of exportRoutePolicy.
Link copied to clipboard
ARM resource ID of importRoutePolicy.
Link copied to clipboard
Gets the networkToNetworkInterconnectId of the resource.
Link copied to clipboard
option A properties object
Link copied to clipboard
option B properties object
Link copied to clipboard
Peering option list.
Link copied to clipboard
Gets the provisioning state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.