Class VirtualMachineInfo


  • public class VirtualMachineInfo
    extends Object
    Info about the current state of the virtual machine.
    • Constructor Detail

      • VirtualMachineInfo

        public VirtualMachineInfo()
    • Method Detail

      • imageReference

        public ImageReference imageReference()
        Get the imageReference value.
        Returns:
        the imageReference value
      • withImageReference

        public VirtualMachineInfo withImageReference​(ImageReference imageReference)
        Set the imageReference value.
        Parameters:
        imageReference - the imageReference value to set
        Returns:
        the VirtualMachineInfo object itself.