Class DedicatedHost


  • @ApiType("SoftLayer_Virtual_DedicatedHost")
    public class DedicatedHost
    extends Entity
    This data type presents the structure for a dedicated host. The data type contains relational properties to distinguish a dedicated host and associate an account to it.
    See Also:
    SoftLayer_Virtual_DedicatedHost
    • Constructor Detail

      • DedicatedHost

        public DedicatedHost()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • setAllocationStatus

        public void setAllocationStatus​(AllocationStatus allocationStatus)
      • getBackendRouter

        public Backend getBackendRouter()
      • setBackendRouter

        public void setBackendRouter​(Backend backendRouter)
      • setBillingItem

        public void setBillingItem​(DedicatedHost billingItem)
      • getDatacenter

        public Location getDatacenter()
      • setDatacenter

        public void setDatacenter​(Location datacenter)
      • getInternalTagReferences

        public List<Reference> getInternalTagReferences()
      • getPciDeviceAllocationStatus

        public AllocationStatus getPciDeviceAllocationStatus()
      • setPciDeviceAllocationStatus

        public void setPciDeviceAllocationStatus​(AllocationStatus pciDeviceAllocationStatus)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getCpuCount

        public Long getCpuCount()
      • setCpuCount

        public void setCpuCount​(Long cpuCount)
      • isCpuCountSpecified

        public boolean isCpuCountSpecified()
      • unsetCpuCount

        public void unsetCpuCount()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getDiskCapacity

        public Long getDiskCapacity()
      • setDiskCapacity

        public void setDiskCapacity​(Long diskCapacity)
      • isDiskCapacitySpecified

        public boolean isDiskCapacitySpecified()
      • unsetDiskCapacity

        public void unsetDiskCapacity()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getMemoryCapacity

        public Long getMemoryCapacity()
      • setMemoryCapacity

        public void setMemoryCapacity​(Long memoryCapacity)
      • isMemoryCapacitySpecified

        public boolean isMemoryCapacitySpecified()
      • unsetMemoryCapacity

        public void unsetMemoryCapacity()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)
      • isNotesSpecified

        public boolean isNotesSpecified()
      • unsetNotes

        public void unsetNotes()
      • getGuestCount

        public Long getGuestCount()
      • setGuestCount

        public void setGuestCount​(Long guestCount)
      • getInternalTagReferenceCount

        public Long getInternalTagReferenceCount()
      • setInternalTagReferenceCount

        public void setInternalTagReferenceCount​(Long internalTagReferenceCount)
      • getPciDeviceCount

        public Long getPciDeviceCount()
      • setPciDeviceCount

        public void setPciDeviceCount​(Long pciDeviceCount)
      • getTagReferenceCount

        public Long getTagReferenceCount()
      • setTagReferenceCount

        public void setTagReferenceCount​(Long tagReferenceCount)