Share via


CloudVmClusterNsgCidr Class

Definition

A rule for allowing inbound (INGRESS) IP packets.

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

Constructors

CloudVmClusterNsgCidr(String)

Initializes a new instance of CloudVmClusterNsgCidr.

Properties

DestinationPortRange

Destination port range to specify particular destination ports for TCP rules.

Source

Conceptually, this is the range of IP addresses that a packet coming into the instance can come from.

Explicit Interface Implementations

IJsonModel<CloudVmClusterNsgCidr>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudVmClusterNsgCidr>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudVmClusterNsgCidr>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudVmClusterNsgCidr>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudVmClusterNsgCidr>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to