Class Rack.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.location.reservation.Rack.Mask
-
- Enclosing class:
- Rack
public static class Rack.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Allotment.Mask
allotment()
Member.Mask
children()
Rack.Mask
childrenCount()
Location.Mask
location()
Rack.Mask
locationId()
Reservation.Mask
locationReservation()
Rack.Mask
locationReservationId()
Rack.Mask
networkConnectionCapacity()
Rack.Mask
networkConnectionReservation()
Rack.Mask
powerConnectionCapacity()
Rack.Mask
powerConnectionReservation()
Rack.Mask
slotCapacity()
Rack.Mask
slotReservation()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
allotment
public Allotment.Mask allotment()
-
children
public Member.Mask children()
-
location
public Location.Mask location()
-
locationReservation
public Reservation.Mask locationReservation()
-
locationId
public Rack.Mask locationId()
-
locationReservationId
public Rack.Mask locationReservationId()
-
networkConnectionCapacity
public Rack.Mask networkConnectionCapacity()
-
networkConnectionReservation
public Rack.Mask networkConnectionReservation()
-
powerConnectionCapacity
public Rack.Mask powerConnectionCapacity()
-
powerConnectionReservation
public Rack.Mask powerConnectionReservation()
-
slotCapacity
public Rack.Mask slotCapacity()
-
slotReservation
public Rack.Mask slotReservation()
-
childrenCount
public Rack.Mask childrenCount()
-
-