public static interface Instance.NodeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCount()
Required.
|
int |
getMemorySizeMb()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCpuCount()
Required. Number of cpus per Memcached node.
int32 cpu_count = 1 [(.google.api.field_behavior) = REQUIRED];int getMemorySizeMb()
Required. Memory size in MiB for each Memcached node.
int32 memory_size_mb = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.