Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::AdvancedMachineFeatures.
Specifies options for controlling advanced machine features.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_nested_virtualization
def enable_nested_virtualization() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to enable nested virtualization or not (default is false).
#enable_nested_virtualization=
def enable_nested_virtualization=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to enable nested virtualization or not (default is false).
Returns
- (::Boolean) — Optional. Whether to enable nested virtualization or not (default is false).
#enable_uefi_networking
def enable_uefi_networking() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether to enable UEFI networking for instance creation.
#enable_uefi_networking=
def enable_uefi_networking=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether to enable UEFI networking for instance creation.
Returns
- (::Boolean) — Optional. Whether to enable UEFI networking for instance creation.
#threads_per_core
def threads_per_core() -> ::Integer
Returns
- (::Integer) — Optional. The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
#threads_per_core=
def threads_per_core=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
Returns
- (::Integer) — Optional. The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
#visible_core_count
def visible_core_count() -> ::Integer
Returns
- (::Integer) — Optional. The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
#visible_core_count=
def visible_core_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
Returns
- (::Integer) — Optional. The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.