Share via


IPCommunityRule Class

Definition

IP Community patchable properties.

public class IPCommunityRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.IPCommunityRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.IPCommunityRule>
type IPCommunityRule = class
    interface IJsonModel<IPCommunityRule>
    interface IPersistableModel<IPCommunityRule>
Public Class IPCommunityRule
Implements IJsonModel(Of IPCommunityRule), IPersistableModel(Of IPCommunityRule)
Inheritance
IPCommunityRule
Implements

Constructors

IPCommunityRule(CommunityActionType, Int64, IEnumerable<String>)

Initializes a new instance of IPCommunityRule.

Properties

Action

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

CommunityMembers

List the community members of IP Community.

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.

WellKnownCommunities

Supported well known Community List.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IPCommunityRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IPCommunityRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IPCommunityRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IPCommunityRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IPCommunityRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to