IstioEgressGateway Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. IstioEgressGateway
- com.
Implements
public final class IstioEgressGateway
implements JsonSerializable<IstioEgressGateway>
Istio egress gateway configuration.
Constructor Summary
Constructor | Description |
---|---|
IstioEgressGateway() |
Creates an instance of Istio |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Get the enabled property: Whether to enable the egress gateway. |
static
Istio |
fromJson(JsonReader jsonReader)
Reads an instance of Istio |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Istio |
withEnabled(boolean enabled)
Set the enabled property: Whether to enable the egress gateway. |
Methods inherited from java.lang.Object
Constructor Details
IstioEgressGateway
public IstioEgressGateway()
Creates an instance of IstioEgressGateway class.
Method Details
enabled
public boolean enabled()
Get the enabled property: Whether to enable the egress gateway.
Returns:
fromJson
public static IstioEgressGateway fromJson(JsonReader jsonReader)
Reads an instance of IstioEgressGateway from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public IstioEgressGateway withEnabled(boolean enabled)
Set the enabled property: Whether to enable the egress gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java