bootImage property

  1. @TagNumber.new(19)
VirtualMachineConfig_BootImage get bootImage

Optional. Boot image metadata used for runtime upgradeability.

Implementation

@$pb.TagNumber(19)
VirtualMachineConfig_BootImage get bootImage => $_getN(16);
  1. @TagNumber.new(19)
set bootImage (VirtualMachineConfig_BootImage v)

Implementation

@$pb.TagNumber(19)
set bootImage(VirtualMachineConfig_BootImage v) {
  setField(19, v);
}