Class VirtualMachineTier

    • Constructor Detail

      • VirtualMachineTier

        public VirtualMachineTier()
    • Method Detail

      • getParent

        public VirtualSystemEntity getParent()
        Parent of this Virtual Machine Collection. Only an appliance can have a null parent
      • setParent

        public void setParent​(VirtualSystemEntity Parent)
        Parent of this Virtual Machine Collection. Only an appliance can have a null parent
      • getProductInformationList

        public java.util.List<ProductInformation> getProductInformationList()
        List of all product information for this collection
      • setProductInformationList

        public void setProductInformationList​(java.util.List<ProductInformation> ProductInformationList)
        List of all product information for this collection
      • getId

        public int getId()
        id of this collection
      • setId

        public void setId​(int Id)
        id of this collection
      • getName

        public java.lang.String getName()
        Name of this collection
      • setName

        public void setName​(java.lang.String Name)
        Name of this collection
      • getUUID

        public java.lang.String getUUID()
        UUID of this collection
      • setUUID

        public void setUUID​(java.lang.String UUID)
        UUID of this collection
      • getInfo

        public java.lang.String getInfo()
        Information about this collection
      • setInfo

        public void setInfo​(java.lang.String Info)
        Information about this collection
      • getChildren

        public java.util.List<VirtualSystemEntity> getChildren()
        Child Virtual Machines and Virtual Machine Collections to this Collection
      • setChildren

        public void setChildren​(java.util.List<VirtualSystemEntity> Children)
        Child Virtual Machines and Virtual Machine Collections to this Collection