Class IpAddress.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.customer.subnet.IpAddress.Mask
-
- Enclosing class:
- IpAddress
public static class IpAddress.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAddress.Mask
id()
IpAddress.Mask
ipAddress()
IpAddress.Mask
notes()
Subnet.Mask
subnet()
IpAddress.Mask
subnetId()
IpAddress.Mask
translationCount()
Translation.Mask
translations()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
subnet
public Subnet.Mask subnet()
-
translations
public Translation.Mask translations()
-
id
public IpAddress.Mask id()
-
ipAddress
public IpAddress.Mask ipAddress()
-
notes
public IpAddress.Mask notes()
-
subnetId
public IpAddress.Mask subnetId()
-
translationCount
public IpAddress.Mask translationCount()
-
-