Options
All
  • Public
  • Public/Protected
  • All
Menu

VirtualMachineSpec describes how the proper VirtualMachine should look like

export
interface

V1VirtualMachineSpec

Hierarchy

  • V1VirtualMachineSpec

Index

Properties

dataVolumeTemplates?: V1DataVolumeTemplateSpec[]

dataVolumeTemplates is a list of dataVolumes that the VirtualMachineInstance template can reference. DataVolumes in this list are dynamically created for the VirtualMachine and are tied to the VirtualMachine's life-cycle.

memberof

V1VirtualMachineSpec

instancetype?: V1InstancetypeMatcher
memberof

V1VirtualMachineSpec

preference?: V1PreferenceMatcher
memberof

V1VirtualMachineSpec

runStrategy?: string

Running state indicates the requested running state of the VirtualMachineInstance mutually exclusive with Running

memberof

V1VirtualMachineSpec

running?: boolean

Running controls whether the associatied VirtualMachineInstance is created or not Mutually exclusive with RunStrategy Deprecated: VirtualMachineInstance field "Running" is now deprecated, please use RunStrategy instead.

memberof

V1VirtualMachineSpec

memberof

V1VirtualMachineSpec

updateVolumesStrategy?: string

UpdateVolumesStrategy is the strategy to apply on volumes updates

memberof

V1VirtualMachineSpec

Generated using TypeDoc