GoogleApi.Compute.V1.Model.AdvancedMachineFeatures (google_api_compute v0.32.0) View Source

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).

Attributes

  • enableNestedVirtualization (type: boolean(), default: nil) - Whether to enable nested virtualization or not (default is false).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.AdvancedMachineFeatures{
  enableNestedVirtualization: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.