Class GatewayOperatorProperties

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

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

    • GatewayOperatorProperties

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

    • resourceRequests

      public GatewayOperatorResourceRequests resourceRequests()
      Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
      Returns:
      the resourceRequests value.
    • instances

      public List<GatewayInstance> 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.