Class IstioComponents
java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioComponents
Istio components configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the egressGateways property: Istio egress gateways.Get the ingressGateways property: Istio ingress gateways.voidvalidate()Validates the instance.withEgressGateways(List<IstioEgressGateway> egressGateways) Set the egressGateways property: Istio egress gateways.withIngressGateways(List<IstioIngressGateway> ingressGateways) Set the ingressGateways property: Istio ingress gateways.
-
Constructor Details
-
IstioComponents
public IstioComponents()Creates an instance of IstioComponents class.
-
-
Method Details
-
ingressGateways
Get the ingressGateways property: Istio ingress gateways.- Returns:
- the ingressGateways value.
-
withIngressGateways
Set the ingressGateways property: Istio ingress gateways.- Parameters:
ingressGateways- the ingressGateways value to set.- Returns:
- the IstioComponents object itself.
-
egressGateways
Get the egressGateways property: Istio egress gateways.- Returns:
- the egressGateways value.
-
withEgressGateways
Set the egressGateways property: Istio egress gateways.- Parameters:
egressGateways- the egressGateways value to set.- Returns:
- the IstioComponents object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-