Class Credential


  • @ApiType("SoftLayer_Network_Storage_Credential")
    public class Credential
    extends Entity
    The SoftLayer_Network_Storage_Credential data type will give you an overview of the usernames that are currently attached to your storage device.
    See Also:
    SoftLayer_Network_Storage_Credential
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        This is the account that the storage credential is tied to.
      • networkStorageAllowedHosts

        @ApiProperty
        protected Host networkStorageAllowedHosts
        These are the SoftLayer_Network_Storage_Allowed_Host entries that this credential is assigned to.
      • type

        @ApiProperty
        protected Type type
        These are the types of storage that the credential can be assigned to.
      • volumes

        @ApiProperty
        protected List<Storage> volumes
        These are the SoftLayer_Network_Storage volumes that this credential is assigned to.
      • accountIdSpecified

        protected boolean accountIdSpecified
      • createDateSpecified

        protected boolean createDateSpecified
      • idSpecified

        protected boolean idSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • nasCredentialTypeIdSpecified

        protected boolean nasCredentialTypeIdSpecified
      • passwordSpecified

        protected boolean passwordSpecified
      • usernameSpecified

        protected boolean usernameSpecified
      • volumeCount

        @ApiProperty
        protected Long volumeCount
        A count of these are the SoftLayer_Network_Storage volumes that this credential is assigned to.
    • Constructor Detail

      • Credential

        public Credential()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getNetworkStorageAllowedHosts

        public Host getNetworkStorageAllowedHosts()
      • setNetworkStorageAllowedHosts

        public void setNetworkStorageAllowedHosts​(Host networkStorageAllowedHosts)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • getAccountId

        public String getAccountId()
      • setAccountId

        public void setAccountId​(String accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • 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()
      • getNasCredentialTypeId

        public Long getNasCredentialTypeId()
      • setNasCredentialTypeId

        public void setNasCredentialTypeId​(Long nasCredentialTypeId)
      • isNasCredentialTypeIdSpecified

        public boolean isNasCredentialTypeIdSpecified()
      • unsetNasCredentialTypeId

        public void unsetNasCredentialTypeId()
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • isPasswordSpecified

        public boolean isPasswordSpecified()
      • unsetPassword

        public void unsetPassword()
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • isUsernameSpecified

        public boolean isUsernameSpecified()
      • unsetUsername

        public void unsetUsername()
      • getVolumeCount

        public Long getVolumeCount()
      • setVolumeCount

        public void setVolumeCount​(Long volumeCount)