NetworkToNetworkInterconnectProperties Class

Definition

Configuration used to setup CE-PE connectivity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesTypeConverter))]
public class NetworkToNetworkInterconnectProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkToNetworkInterconnectProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesTypeConverter))>]
type NetworkToNetworkInterconnectProperties = class
    interface INetworkToNetworkInterconnectProperties
    interface IJsonSerializable
Public Class NetworkToNetworkInterconnectProperties
Implements INetworkToNetworkInterconnectProperties
Inheritance
NetworkToNetworkInterconnectProperties
Attributes
Implements

Constructors

Name Description
NetworkToNetworkInterconnectProperties()

Creates an new NetworkToNetworkInterconnectProperties instance.

Properties

Name Description
AdministrativeState

Administrative state of the resource.

ConfigurationState

Configuration state of the resource.

EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

ExportRoutePolicy

Export Route Policy configuration.

ImportRoutePolicy

Import Route Policy configuration.

IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

IsManagementType

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

Layer2Configuration

Common properties for Layer2 Configuration.

NniType

Type of NNI used. Example: CE | NPB

NpbStaticRouteConfiguration

NPB Static Route Configuration properties.

OptionBLayer3Configuration

Common properties for Layer3Configuration.

ProvisioningState

Provisioning state of the resource.

UseOptionB

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkToNetworkInterconnectProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkToNetworkInterconnectProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkToNetworkInterconnectProperties.

FromJsonString(String)

Creates a new instance of NetworkToNetworkInterconnectProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkToNetworkInterconnectProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to