Class IstioEgressGateway
java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioEgressGateway
Istio egress gateway configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Get the enabled property: Whether to enable the egress gateway.voidvalidate()Validates the instance.withEnabled(boolean enabled) Set the enabled property: Whether to enable the egress gateway.
-
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:
- the enabled value.
-
withEnabled
Set the enabled property: Whether to enable the egress gateway.- Parameters:
enabled- the enabled value to set.- Returns:
- the IstioEgressGateway object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-