Class Interface.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.bandwidth.version1.Interface.Mask
-
- Enclosing class:
- Interface
public static class Interface.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Host.Mask
host()
Interface.Mask
hostId()
Component.Mask
networkComponent()
Interface.Mask
networkComponentId()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
host
public Host.Mask host()
-
networkComponent
public Component.Mask networkComponent()
-
hostId
public Interface.Mask hostId()
-
networkComponentId
public Interface.Mask networkComponentId()
-
-