GetNetworkToNetworkInterconnectResult

data class GetNetworkToNetworkInterconnectResult(val administrativeState: String, val id: String, val isManagementType: String, val layer2Configuration: Layer2ConfigurationResponse? = null, val layer3Configuration: Layer3ConfigurationResponse? = null, val name: String, val nniType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val useOptionB: String)

The NetworkToNetworkInterconnect resource definition.

Constructors

Link copied to clipboard
constructor(administrativeState: String, id: String, isManagementType: String, layer2Configuration: Layer2ConfigurationResponse? = null, layer3Configuration: Layer3ConfigurationResponse? = null, name: String, nniType: String? = null, provisioningState: String, systemData: SystemDataResponse, type: String, useOptionB: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the administrativeState of the resource. Example -Enabled/Disabled

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

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

Link copied to clipboard

Common properties for Layer2Configuration.

Link copied to clipboard

Common properties for Layer3Configuration.

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

Gets the 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 parameter the layer2/layer3 is made as mandatory. Example: True/False