AdvancedMachineFeatures class

Specifies options for controlling advanced machine features.

Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).

Constructors

AdvancedMachineFeatures({bool? enableNestedVirtualization, bool? enableUefiNetworking, int? threadsPerCore, int? visibleCoreCount})
AdvancedMachineFeatures.fromJson(Map json_)

Properties

enableNestedVirtualization bool?
Whether to enable nested virtualization or not (default is false).
getter/setter pair
enableUefiNetworking bool?
Whether to enable UEFI networking for instance creation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadsPerCore int?
The number of threads per physical core.
getter/setter pair
visibleCoreCount int?
The number of physical cores to expose to an instance.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited