Class VirtualMachineDisplayTopology

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VirtualMachineDisplayTopology
All Implemented Interfaces:
Serializable

public class VirtualMachineDisplayTopology extends DynamicData
See Also:
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • VirtualMachineDisplayTopology

      public VirtualMachineDisplayTopology()
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • setX

      public void setX(int x)
    • setY

      public void setY(int y)
    • setWidth

      public void setWidth(int width)
    • setHeight

      public void setHeight(int height)