ManagedClusterNatGatewayProfile Class

Definition

Profile of the managed cluster NAT gateway.

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

Constructors

ManagedClusterNatGatewayProfile()

Initializes a new instance of ManagedClusterNatGatewayProfile.

Properties

EffectiveOutboundIPs

The effective outbound IP resources of the cluster NAT gateway.

IdleTimeoutInMinutes

Desired outbound flow idle timeout in minutes. Allowed values are in the range of 4 to 120 (inclusive). The default value is 4 minutes.

ManagedOutboundIPCount

The desired number of outbound IPs created/managed by Azure. Allowed values must be in the range of 1 to 16 (inclusive). The default value is 1.

Explicit Interface Implementations

IJsonModel<ManagedClusterNatGatewayProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterNatGatewayProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterNatGatewayProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterNatGatewayProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterNatGatewayProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to