Class GatewayOperatorResourceRequests

java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayOperatorResourceRequests

public final class GatewayOperatorResourceRequests extends Object
Properties of the Spring Cloud Gateway Operator.
  • Constructor Details

    • GatewayOperatorResourceRequests

      public GatewayOperatorResourceRequests()
      Creates an instance of GatewayOperatorResourceRequests class.
  • Method Details

    • cpu

      public String cpu()
      Get the cpu property: Cpu allocated to each Spring Cloud Gateway Operator instance.
      Returns:
      the cpu value.
    • memory

      public String memory()
      Get the memory property: Memory allocated to each Spring Cloud Gateway Operator instance.
      Returns:
      the memory value.
    • instanceCount

      public Integer 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.