Class ConfigurationServiceResourceRequestsResponse
- java.lang.Object
-
- com.pulumi.azurenative.appplatform.outputs.ConfigurationServiceResourceRequestsResponse
-
public final class ConfigurationServiceResourceRequestsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigurationServiceResourceRequestsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationServiceResourceRequestsResponse.Builder
builder()
static ConfigurationServiceResourceRequestsResponse.Builder
builder(ConfigurationServiceResourceRequestsResponse defaults)
java.lang.String
cpu()
java.lang.Integer
instanceCount()
java.lang.String
memory()
-
-
-
Method Detail
-
cpu
public java.lang.String cpu()
- Returns:
- Cpu allocated to each Application Configuration Service instance
-
instanceCount
public java.lang.Integer instanceCount()
- Returns:
- Instance count of the Application Configuration Service
-
memory
public java.lang.String memory()
- Returns:
- Memory allocated to each Application Configuration Service instance
-
builder
public static ConfigurationServiceResourceRequestsResponse.Builder builder()
-
builder
public static ConfigurationServiceResourceRequestsResponse.Builder builder(ConfigurationServiceResourceRequestsResponse defaults)
-
-