Class Group
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.storage.Group
@ApiType("SoftLayer_Network_Storage_Group") public class Group extends Entity
- See Also:
- SoftLayer_Network_Storage_Group
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Group.Mask
static interface
Group.Service
static interface
Group.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected Account
account
The SoftLayer_Account which owns this group.protected Long
accountId
The account ID which owns this groupprotected boolean
accountIdSpecified
protected String
alias
The friendly name of this groupprotected boolean
aliasSpecified
protected Long
allowedHostCount
A count of the allowed hosts list for this group.protected List<Host>
allowedHosts
The allowed hosts list for this group.protected Long
attachedVolumeCount
A count of the network storage volumes this group is attached to.protected List<Storage>
attachedVolumes
The network storage volumes this group is attached to.protected GregorianCalendar
createDate
The date this group was created.protected boolean
createDateSpecified
protected Type
groupType
The type which defines this group.protected Long
groupTypeId
The SoftLayer_Network_Storage_Group_Type which describes this group.protected boolean
groupTypeIdSpecified
protected Long
id
The internal identifier of the groupprotected boolean
idSpecified
protected GregorianCalendar
modifyDate
protected boolean
modifyDateSpecified
protected Type
osType
The OS Type this group is configured for.protected Long
osTypeId
A SoftLayer_Network_Storage_OS_Type Operating System designation that this group was created for.protected boolean
osTypeIdSpecified
protected Resource
serviceResource
The network resource this group is created on.protected Long
serviceResourceId
A SoftLayer_Network_Service_Resource that this group was created on.protected boolean
serviceResourceIdSpecified
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
-
Field Details
-
account
The SoftLayer_Account which owns this group. -
allowedHosts
The allowed hosts list for this group. -
attachedVolumes
The network storage volumes this group is attached to. -
groupType
The type which defines this group. -
osType
The OS Type this group is configured for. -
serviceResource
The network resource this group is created on. -
accountId
The account ID which owns this group -
accountIdSpecified
protected boolean accountIdSpecified -
alias
The friendly name of this group -
aliasSpecified
protected boolean aliasSpecified -
createDate
The date this group was created. -
createDateSpecified
protected boolean createDateSpecified -
groupTypeId
The SoftLayer_Network_Storage_Group_Type which describes this group. -
groupTypeIdSpecified
protected boolean groupTypeIdSpecified -
id
The internal identifier of the group -
idSpecified
protected boolean idSpecified -
modifyDate
-
modifyDateSpecified
protected boolean modifyDateSpecified -
osTypeId
A SoftLayer_Network_Storage_OS_Type Operating System designation that this group was created for. -
osTypeIdSpecified
protected boolean osTypeIdSpecified -
serviceResourceId
A SoftLayer_Network_Service_Resource that this group was created on. -
serviceResourceIdSpecified
protected boolean serviceResourceIdSpecified -
allowedHostCount
A count of the allowed hosts list for this group. -
attachedVolumeCount
A count of the network storage volumes this group is attached to.
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getAccount
-
setAccount
-
getAllowedHosts
-
getAttachedVolumes
-
getGroupType
-
setGroupType
-
getOsType
-
setOsType
-
getServiceResource
-
setServiceResource
-
getAccountId
-
setAccountId
-
isAccountIdSpecified
public boolean isAccountIdSpecified() -
unsetAccountId
public void unsetAccountId() -
getAlias
-
setAlias
-
isAliasSpecified
public boolean isAliasSpecified() -
unsetAlias
public void unsetAlias() -
getCreateDate
-
setCreateDate
-
isCreateDateSpecified
public boolean isCreateDateSpecified() -
unsetCreateDate
public void unsetCreateDate() -
getGroupTypeId
-
setGroupTypeId
-
isGroupTypeIdSpecified
public boolean isGroupTypeIdSpecified() -
unsetGroupTypeId
public void unsetGroupTypeId() -
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getModifyDate
-
setModifyDate
-
isModifyDateSpecified
public boolean isModifyDateSpecified() -
unsetModifyDate
public void unsetModifyDate() -
getOsTypeId
-
setOsTypeId
-
isOsTypeIdSpecified
public boolean isOsTypeIdSpecified() -
unsetOsTypeId
public void unsetOsTypeId() -
getServiceResourceId
-
setServiceResourceId
-
isServiceResourceIdSpecified
public boolean isServiceResourceIdSpecified() -
unsetServiceResourceId
public void unsetServiceResourceId() -
getAllowedHostCount
-
setAllowedHostCount
-
getAttachedVolumeCount
-
setAttachedVolumeCount
-
asService
-
service
-
service
-