GatewayOperatorProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. GatewayOperatorProperties
- com.
Implements
public final class GatewayOperatorProperties
implements JsonSerializable<GatewayOperatorProperties>
Properties of the Spring Cloud Gateway Operator.
Constructor Summary
Constructor | Description |
---|---|
GatewayOperatorProperties() |
Creates an instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
List<Gateway |
instances()
Get the instances property: Collection of instances belong to Spring Cloud Gateway operator. |
Gateway |
resourceRequests()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GatewayOperatorProperties
public GatewayOperatorProperties()
Creates an instance of GatewayOperatorProperties class.
Method Details
fromJson
public static GatewayOperatorProperties fromJson(JsonReader jsonReader)
Reads an instance of GatewayOperatorProperties from the JsonReader.
Parameters:
Returns:
Throws:
instances
public List
Get the instances property: Collection of instances belong to Spring Cloud Gateway operator.
Returns:
resourceRequests
public GatewayOperatorResourceRequests resourceRequests()
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java