IstioEgressGateway Class

Definition

Istio egress gateway configuration.

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

Constructors

IstioEgressGateway(Boolean)

Initializes a new instance of IstioEgressGateway.

Properties

IsEnabled

Whether to enable the egress gateway.

NodeSelector

NodeSelector for scheduling the egress gateway.

Explicit Interface Implementations

IJsonModel<IstioEgressGateway>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IstioEgressGateway>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IstioEgressGateway>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IstioEgressGateway>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IstioEgressGateway>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to