Class Deployment


  • @ApiType("SoftLayer_Workload_Citrix_Deployment")
    public class Deployment
    extends Entity
    The SoftLayer_Workload_Citrix_Deployment service allows viewing the resources ordered for Citrix Virtual Apps and Desktops.

    The deployment resources include Cloud Connectors, Active Directory domain controller, Bare Metal servers, File Storage, VLAN, Primary/Portable subnets, DHCP server, and Proxy server.
    See Also:
    SoftLayer_Workload_Citrix_Deployment
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        The [[SoftLayer_Account]] to which the deployment belongs.
      • resources

        @ApiProperty
        protected List<Resource> resources
        It contains a collection of items under the CVAD deployment.
      • type

        @ApiProperty
        protected Type type
        It shows if the deployment is for Citrix Hypervisor or VMware.
      • user

        @ApiProperty
        protected Customer user
        It is the [[SoftLayer_User_Customer]] who placed the order for CVAD.
      • vlan

        @ApiProperty
        protected Vlan vlan
        It is the VLAN resource for the CVAD deployment.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • activeDirectoryTopologySpecified

        protected boolean activeDirectoryTopologySpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • typeIdSpecified

        protected boolean typeIdSpecified
      • userRecordIdSpecified

        protected boolean userRecordIdSpecified
      • vlanIdSpecified

        protected boolean vlanIdSpecified
      • vmwareOrderId

        @ApiProperty(canBeNullOrNotSet=true)
        protected String vmwareOrderId
        It is an internal identifier for the VMware solution. It gets set if the CVAD order is for VMware.
      • vmwareOrderIdSpecified

        protected boolean vmwareOrderIdSpecified
      • resourceCount

        @ApiProperty
        protected Long resourceCount
        A count of it contains a collection of items under the CVAD deployment.
    • Constructor Detail

      • Deployment

        public Deployment()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • setUser

        public void setUser​(Customer user)
      • getVlan

        public Vlan getVlan()
      • setVlan

        public void setVlan​(Vlan vlan)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getActiveDirectoryTopology

        public String getActiveDirectoryTopology()
      • setActiveDirectoryTopology

        public void setActiveDirectoryTopology​(String activeDirectoryTopology)
      • isActiveDirectoryTopologySpecified

        public boolean isActiveDirectoryTopologySpecified()
      • unsetActiveDirectoryTopology

        public void unsetActiveDirectoryTopology()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getTypeId

        public Long getTypeId()
      • setTypeId

        public void setTypeId​(Long typeId)
      • isTypeIdSpecified

        public boolean isTypeIdSpecified()
      • unsetTypeId

        public void unsetTypeId()
      • getUserRecordId

        public Long getUserRecordId()
      • setUserRecordId

        public void setUserRecordId​(Long userRecordId)
      • isUserRecordIdSpecified

        public boolean isUserRecordIdSpecified()
      • unsetUserRecordId

        public void unsetUserRecordId()
      • getVlanId

        public Long getVlanId()
      • setVlanId

        public void setVlanId​(Long vlanId)
      • isVlanIdSpecified

        public boolean isVlanIdSpecified()
      • unsetVlanId

        public void unsetVlanId()
      • getVmwareOrderId

        public String getVmwareOrderId()
      • setVmwareOrderId

        public void setVmwareOrderId​(String vmwareOrderId)
      • isVmwareOrderIdSpecified

        public boolean isVmwareOrderIdSpecified()
      • unsetVmwareOrderId

        public void unsetVmwareOrderId()
      • getResourceCount

        public Long getResourceCount()
      • setResourceCount

        public void setResourceCount​(Long resourceCount)