IPExtendedCommunityRule Class

Definition

List of IP Extended Community Rules.

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

Constructors

Name Description
IPExtendedCommunityRule()

Creates an new IPExtendedCommunityRule instance.

Properties

Name Description
Action

Action to be taken on the configuration. Example: Permit | Deny.

RouteTarget

Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295.

SequenceNumber

Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPExtendedCommunityRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPExtendedCommunityRule.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPExtendedCommunityRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to