Class GatewayOperatorResourceRequests
java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayOperatorResourceRequests
Properties of the Spring Cloud Gateway Operator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncpu()Get the cpu property: Cpu allocated to each Spring Cloud Gateway Operator instance.Get the instanceCount property: Instance count of the Spring Cloud Gateway Operator.memory()Get the memory property: Memory allocated to each Spring Cloud Gateway Operator instance.voidvalidate()Validates the instance.
-
Constructor Details
-
GatewayOperatorResourceRequests
public GatewayOperatorResourceRequests()
-
-
Method Details
-
cpu
Get the cpu property: Cpu allocated to each Spring Cloud Gateway Operator instance.- Returns:
- the cpu value.
-
memory
Get the memory property: Memory allocated to each Spring Cloud Gateway Operator instance.- Returns:
- the memory value.
-
instanceCount
Get the instanceCount property: Instance count of the Spring Cloud Gateway Operator.- Returns:
- the instanceCount value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-