Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayResourceRequests
Packages that use GatewayResourceRequests
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayResourceRequests in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayResourceRequestsModifier and TypeMethodDescriptionstatic GatewayResourceRequestsGatewayResourceRequests.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayResourceRequests from the JsonReader.GatewayProperties.resourceRequests()Get the resourceRequests property: The requested resource quantity for required CPU and Memory.Set the cpu property: Cpu allocated to each Spring Cloud Gateway instance.GatewayResourceRequests.withMemory(String memory) Set the memory property: Memory allocated to each Spring Cloud Gateway instance.Methods in com.azure.resourcemanager.appplatform.models with parameters of type GatewayResourceRequestsModifier and TypeMethodDescriptionGatewayProperties.withResourceRequests(GatewayResourceRequests resourceRequests) Set the resourceRequests property: The requested resource quantity for required CPU and Memory.