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