GetNetworkToNetworkInterconnectResult

data class GetNetworkToNetworkInterconnectResult(val administrativeState: String, val azureApiVersion: String, val configurationState: String, val egressAclId: String? = null, val exportRoutePolicy: ExportRoutePolicyInformationResponse? = null, val id: String, val importRoutePolicy: ImportRoutePolicyInformationResponse? = null, val ingressAclId: String? = null, val isManagementType: String? = null, val layer2Configuration: Layer2ConfigurationResponse? = null, val name: String, val nniType: String? = null, val npbStaticRouteConfiguration: NpbStaticRouteConfigurationResponse? = null, val optionBLayer3Configuration: NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val useOptionB: String)

The Network To Network Interconnect resource definition.

Constructors

Link copied to clipboard
constructor(administrativeState: String, azureApiVersion: String, configurationState: String, egressAclId: String? = null, exportRoutePolicy: ExportRoutePolicyInformationResponse? = null, id: String, importRoutePolicy: ImportRoutePolicyInformationResponse? = null, ingressAclId: String? = null, isManagementType: String? = null, layer2Configuration: Layer2ConfigurationResponse? = null, name: String, nniType: String? = null, npbStaticRouteConfiguration: NpbStaticRouteConfigurationResponse? = null, optionBLayer3Configuration: NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration? = null, provisioningState: String, systemData: SystemDataResponse, type: String, useOptionB: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative state of the resource.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Configuration state of the resource.

Link copied to clipboard
val egressAclId: String? = null

Egress Acl. ARM resource ID of Access Control Lists.

Link copied to clipboard

Export Route Policy configuration.

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 configuration.

Link copied to clipboard
val ingressAclId: String? = null

Ingress Acl. ARM resource ID of Access Control Lists.

Link copied to clipboard

Configuration to use NNI for Infrastructure Management. Example: True/False.

Link copied to clipboard

Common properties for Layer2 Configuration.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nniType: String? = null

Type of NNI used. Example: CE | NPB

Link copied to clipboard

NPB Static Route Configuration properties.

Link copied to clipboard
Link copied to clipboard

Provisioning state of the resource.

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

Based on this option layer3 parameters are mandatory. Example: True/False