Class Location.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.directlink.Location.Mask
-
- Enclosing class:
- Location
public static class Location.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location.Mask
buildingColocationOwner()
Location.Mask
id()
Location.Mask
isRedundantXcr()
Location.Mask
location()
Location.Mask
locationId()
Location.Mask
marketGeography()
Provider.Mask
provider()
ServiceType.Mask
serviceType()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
location
public Location.Mask location()
-
provider
public Provider.Mask provider()
-
serviceType
public ServiceType.Mask serviceType()
-
buildingColocationOwner
public Location.Mask buildingColocationOwner()
-
id
public Location.Mask id()
-
isRedundantXcr
public Location.Mask isRedundantXcr()
-
locationId
public Location.Mask locationId()
-
marketGeography
public Location.Mask marketGeography()
-
-