Interface Instance.NodeConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Instance.NodeConfig
,Instance.NodeConfig.Builder
- Enclosing class:
- Instance
public static interface Instance.NodeConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCpuCount()
Required.int
getMemorySizeMb()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCpuCount
int getCpuCount()
Required. Number of cpus per Memcached node.
int32 cpu_count = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The cpuCount.
-
getMemorySizeMb
int getMemorySizeMb()
Required. Memory size in MiB for each Memcached node.
int32 memory_size_mb = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The memorySizeMb.
-
-