Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::Instance::MachineConfig.
MachineConfig describes the configuration of a machine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cpu_count
def cpu_count() -> ::Integer
Returns
- (::Integer) — The number of CPU's in the VM instance.
#cpu_count=
def cpu_count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of CPU's in the VM instance.
Returns
- (::Integer) — The number of CPU's in the VM instance.
#machine_type
def machine_type() -> ::String
Returns
- (::String) — 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.
#machine_type=
def machine_type=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.