NetworkToNetworkInterconnectPatchableProperties Class

Definition

Network to Network Interconnect patchable properties.

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

Constructors

Name Description
NetworkToNetworkInterconnectPatchableProperties()

Creates an new NetworkToNetworkInterconnectPatchableProperties instance.

Properties

Name Description
EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

ExportRoutePolicy

Export Route Policy information

ImportRoutePolicy

Import Route Policy information.

IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

Layer2Configuration

Common properties for Layer2Configuration.

NpbStaticRouteConfiguration

NPB Static Route Configuration properties.

OptionBLayer3ConfigurationFabricAsn

ASN of CE devices for CE/PE connectivity.

OptionBLayer3ConfigurationPeerAsn

ASN of PE devices for CE/PE connectivity.Example : 28

OptionBLayer3ConfigurationPrimaryIpv4Prefix

IPv4 Address Prefix.

OptionBLayer3ConfigurationPrimaryIpv6Prefix

IPv6 Address Prefix.

OptionBLayer3ConfigurationSecondaryIpv4Prefix

Secondary IPv4 Address Prefix.

OptionBLayer3ConfigurationSecondaryIpv6Prefix

Secondary IPv6 Address Prefix.

OptionBLayer3ConfigurationVlanId

VLAN for CE/PE Layer 3 connectivity.Example : 501

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkToNetworkInterconnectPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkToNetworkInterconnectPatchableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkToNetworkInterconnectPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to