Class Response.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.workload.citrix.deployment.resource.Response.Mask
-
- Enclosing class:
- Response
public static class Response.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hardware.Mask
hardware()
Response.Mask
isDeploymentOwned()
Role.Mask
role()
Storage.Mask
storage()
Subnet.Mask
subnet()
Response.Mask
type()
Guest.Mask
virtualGuest()
Vlan.Mask
vlan()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
hardware
public Hardware.Mask hardware()
-
isDeploymentOwned
public Response.Mask isDeploymentOwned()
-
role
public Role.Mask role()
-
storage
public Storage.Mask storage()
-
subnet
public Subnet.Mask subnet()
-
type
public Response.Mask type()
-
virtualGuest
public Guest.Mask virtualGuest()
-
vlan
public Vlan.Mask vlan()
-
-