Class Time.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.hardware.component.motherboard.reboot.Time.Mask
-
- Enclosing class:
- Time
public static class Time.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Model.Mask
hardwareComponentModel()
Time.Mask
withoutRaid()
Time.Mask
withRaid()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
hardwareComponentModel
public Model.Mask hardwareComponentModel()
-
withRaid
public Time.Mask withRaid()
-
withoutRaid
public Time.Mask withoutRaid()
-
-