public static interface Instance.MachineConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCount()
The number of CPU's in the VM instance.
|
String |
getMachineType()
Machine type of the VM instance.
|
com.google.protobuf.ByteString |
getMachineTypeBytes()
Machine type of the VM instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCpuCount()
The number of CPU's in the VM instance.
int32 cpu_count = 1;String getMachineType()
Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
string machine_type = 4;com.google.protobuf.ByteString getMachineTypeBytes()
Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.
string machine_type = 4;Copyright © 2025 Google LLC. All rights reserved.