GetInternalNetworkResult

data class GetInternalNetworkResult(val administrativeState: String, val annotation: String? = null, val bfdDisabledOnResources: List<String>, val bfdForStaticRoutesDisabledOnResources: List<String>, val bgpConfiguration: BgpConfigurationResponse? = null, val bgpDisabledOnResources: List<String>, val connectedIPv4Subnets: List<ConnectedSubnetResponse>? = null, val connectedIPv6Subnets: List<ConnectedSubnetResponse>? = null, val disabledOnResources: List<String>, val exportRoutePolicyId: String? = null, val id: String, val importRoutePolicyId: String? = null, val mtu: Int? = null, val name: String, val provisioningState: String, val staticRouteConfiguration: StaticRouteConfigurationResponse? = null, val systemData: SystemDataResponse, val type: String, val vlanId: Int)

Defines the InternalNetwork item.

Constructors

Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, bfdDisabledOnResources: List<String>, bfdForStaticRoutesDisabledOnResources: List<String>, bgpConfiguration: BgpConfigurationResponse? = null, bgpDisabledOnResources: List<String>, connectedIPv4Subnets: List<ConnectedSubnetResponse>? = null, connectedIPv6Subnets: List<ConnectedSubnetResponse>? = null, disabledOnResources: List<String>, exportRoutePolicyId: String? = null, id: String, importRoutePolicyId: String? = null, mtu: Int? = null, name: String, provisioningState: String, staticRouteConfiguration: StaticRouteConfigurationResponse? = null, systemData: SystemDataResponse, type: String, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the InternalNetwork. Example: Enabled | Disabled.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

List of resources the BFD for BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.

Link copied to clipboard

List of resources the BFD of StaticRoutes is disabled on. Can be either entire NetworkFabric or NetworkRack.

Link copied to clipboard

BGP configuration properties

Link copied to clipboard

List of resources the BGP is disabled on. Can be either entire NetworkFabric or NetworkRack.

Link copied to clipboard

List with object connected IPv4 Subnets.

Link copied to clipboard

List with object connected IPv6 Subnets.

Link copied to clipboard

List of resources the InternalNetwork is disabled on. Can be either entire NetworkFabric or NetworkRack.

Link copied to clipboard

ARM resource ID of importRoutePolicy.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

ARM resource ID of importRoutePolicy.

Link copied to clipboard
val mtu: Int? = null

Maximum transmission unit. Default value is 1500.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the provisioning state of the resource.

Link copied to clipboard

Static Route Configuration properties.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val vlanId: Int

Vlan identifier. Example: 1001.