GetInternalNetworkResult

data class GetInternalNetworkResult(val administrativeState: String, val annotation: String? = null, val azureApiVersion: String, val bgpConfiguration: InternalNetworkPropertiesResponseBgpConfiguration? = null, val configurationState: String, val connectedIPv4Subnets: List<ConnectedSubnetResponse>? = null, val connectedIPv6Subnets: List<ConnectedSubnetResponse>? = null, val egressAclId: String? = null, val exportRoutePolicy: ExportRoutePolicyResponse? = null, val exportRoutePolicyId: String? = null, val extension: String? = null, val id: String, val importRoutePolicy: ImportRoutePolicyResponse? = null, val importRoutePolicyId: String? = null, val ingressAclId: String? = null, val isMonitoringEnabled: String? = null, val mtu: Int? = null, val name: String, val provisioningState: String, val staticRouteConfiguration: InternalNetworkPropertiesResponseStaticRouteConfiguration? = null, val systemData: SystemDataResponse, val type: String, val vlanId: Int)

Defines the Internal Network resource.

Constructors

Link copied to clipboard
constructor(administrativeState: String, annotation: String? = null, azureApiVersion: String, bgpConfiguration: InternalNetworkPropertiesResponseBgpConfiguration? = null, configurationState: String, connectedIPv4Subnets: List<ConnectedSubnetResponse>? = null, connectedIPv6Subnets: List<ConnectedSubnetResponse>? = null, egressAclId: String? = null, exportRoutePolicy: ExportRoutePolicyResponse? = null, exportRoutePolicyId: String? = null, extension: String? = null, id: String, importRoutePolicy: ImportRoutePolicyResponse? = null, importRoutePolicyId: String? = null, ingressAclId: String? = null, isMonitoringEnabled: String? = null, mtu: Int? = null, name: String, provisioningState: String, staticRouteConfiguration: InternalNetworkPropertiesResponseStaticRouteConfiguration? = null, systemData: SystemDataResponse, type: String, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the resource.

Link copied to clipboard
val annotation: String? = null

Switch configuration description.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
Link copied to clipboard

Configuration state of the resource.

Link copied to clipboard

List of Connected IPv4 Subnets.

Link copied to clipboard

List of connected IPv6 Subnets.

Link copied to clipboard
val egressAclId: String? = null

Egress Acl. ARM resource ID of Access Control Lists.

Link copied to clipboard

Export Route Policy either IPv4 or IPv6.

Link copied to clipboard

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

Link copied to clipboard
val extension: String? = null

Extension. Example: NoExtension | NPB.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Import Route Policy either IPv4 or IPv6.

Link copied to clipboard

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

Link copied to clipboard
val ingressAclId: String? = null

Ingress Acl. ARM resource ID of Access Control Lists.

Link copied to clipboard

To check whether monitoring of internal network is enabled or not.

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

Provisioning state of the resource.

Link copied to clipboard
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.