Share via


FirewallVwanConfiguration Class

Definition

VwanInfo for Firewall Networking.

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

Constructors

FirewallVwanConfiguration(IPAddressSpaceInfo)

Initializes a new instance of FirewallVwanConfiguration.

Properties

IPOfTrustSubnetForUdr

IP of trust subnet for UDR.

NetworkVirtualApplianceId

Network Virtual Appliance resource ID.

TrustSubnet

Trust Subnet.

UnTrustSubnet

Untrust Subnet.

Vhub

vHub Address.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallVwanConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallVwanConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallVwanConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallVwanConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallVwanConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to