Class AdvancedMachineFeatures
Specifies options for controlling advanced machine features.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AdvancedMachineFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableNestedVirtualization
Optional. Whether to enable nested virtualization or not (default is false).
Declaration
[JsonProperty("enableNestedVirtualization")]
public virtual bool? EnableNestedVirtualization { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnableUefiNetworking
Optional. Whether to enable UEFI networking for instance creation.
Declaration
[JsonProperty("enableUefiNetworking")]
public virtual bool? EnableUefiNetworking { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ThreadsPerCore
Optional. The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to
- If unset, the maximum number of threads supported per core by the underlying processor is assumed.
Declaration
[JsonProperty("threadsPerCore")]
public virtual int? ThreadsPerCore { get; set; }
Property Value
Type | Description |
---|---|
int? |
VisibleCoreCount
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.
Declaration
[JsonProperty("visibleCoreCount")]
public virtual int? VisibleCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? |