publicfinalclass AdvancedMachineFeaturesextendsGeneratedMessageV3implementsAdvancedMachineFeaturesOrBuilder
Specifies options for controlling advanced machine features.
Protobuf type google.cloud.backupdr.v1.AdvancedMachineFeatures
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENABLE_NESTED_VIRTUALIZATION_FIELD_NUMBER
publicstaticfinalintENABLE_NESTED_VIRTUALIZATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ENABLE_UEFI_NETWORKING_FIELD_NUMBER
publicstaticfinalintENABLE_UEFI_NETWORKING_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
THREADS_PER_CORE_FIELD_NUMBER
publicstaticfinalintTHREADS_PER_CORE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
VISIBLE_CORE_COUNT_FIELD_NUMBER
publicstaticfinalintVISIBLE_CORE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticAdvancedMachineFeaturesgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticAdvancedMachineFeatures.BuildernewBuilder()
newBuilder(AdvancedMachineFeatures prototype)
publicstaticAdvancedMachineFeatures.BuildernewBuilder(AdvancedMachineFeaturesprototype)
publicstaticAdvancedMachineFeaturesparseDelimitedFrom(InputStreaminput)
publicstaticAdvancedMachineFeaturesparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticAdvancedMachineFeaturesparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticAdvancedMachineFeaturesparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticAdvancedMachineFeaturesparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticAdvancedMachineFeaturesparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticAdvancedMachineFeaturesparseFrom(CodedInputStreaminput)
publicstaticAdvancedMachineFeaturesparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticAdvancedMachineFeaturesparseFrom(InputStreaminput)
publicstaticAdvancedMachineFeaturesparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticAdvancedMachineFeaturesparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticAdvancedMachineFeaturesparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<AdvancedMachineFeatures>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicAdvancedMachineFeaturesgetDefaultInstanceForType()
getEnableNestedVirtualization()
publicbooleangetEnableNestedVirtualization()
Optional. Whether to enable nested virtualization or not (default is
false).
optional bool enable_nested_virtualization = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The enableNestedVirtualization.
|
getEnableUefiNetworking()
publicbooleangetEnableUefiNetworking()
Optional. Whether to enable UEFI networking for instance creation.
optional bool enable_uefi_networking = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
The enableUefiNetworking.
|
getParserForType()
publicParser<AdvancedMachineFeatures>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getThreadsPerCore()
publicintgetThreadsPerCore()
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.
optional int32 threads_per_core = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The threadsPerCore.
|
getVisibleCoreCount()
publicintgetVisibleCoreCount()
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.
optional int32 visible_core_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The visibleCoreCount.
|
hasEnableNestedVirtualization()
publicbooleanhasEnableNestedVirtualization()
Optional. Whether to enable nested virtualization or not (default is
false).
optional bool enable_nested_virtualization = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the enableNestedVirtualization field is set.
|
hasEnableUefiNetworking()
publicbooleanhasEnableUefiNetworking()
Optional. Whether to enable UEFI networking for instance creation.
optional bool enable_uefi_networking = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the enableUefiNetworking field is set.
|
hasThreadsPerCore()
publicbooleanhasThreadsPerCore()
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.
optional int32 threads_per_core = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the threadsPerCore field is set.
|
hasVisibleCoreCount()
publicbooleanhasVisibleCoreCount()
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.
optional int32 visible_core_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the visibleCoreCount field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicAdvancedMachineFeatures.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedAdvancedMachineFeatures.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicAdvancedMachineFeatures.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides