Class Group.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.configuration.storage.group.template.Group.Mask
-
- Enclosing class:
- Group
public static class Group.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Group.Mask
diskControllerIndex()
Group.Mask
grow()
Group.Mask
hardDrivesString()
Group.Mask
hotSpareDrivesString()
Group.Mask
orderIndex()
Group.Mask
size()
Type.Mask
type()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
type
public Type.Mask type()
-
diskControllerIndex
public Group.Mask diskControllerIndex()
-
grow
public Group.Mask grow()
-
hardDrivesString
public Group.Mask hardDrivesString()
-
hotSpareDrivesString
public Group.Mask hotSpareDrivesString()
-
orderIndex
public Group.Mask orderIndex()
-
size
public Group.Mask size()
-
-