Class GatewayOperatorProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayOperatorProperties
Properties of the Spring Cloud Gateway Operator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the instances property: Collection of instances belong to Spring Cloud Gateway operator.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.voidvalidate()Validates the instance.
-
Constructor Details
-
GatewayOperatorProperties
public GatewayOperatorProperties()
-
-
Method Details
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to Spring Cloud Gateway operator.- Returns:
- the instances value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-