Interface Resource.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Resource
@ApiService("SoftLayer_Workload_Citrix_Deployment_Resource") public static interface Resource.Service extends Service
SoftLayer_Workload_Citrix_Deployment_Resource represents the resource of Citrix Virtual Apps & Desktops deployment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource.ServiceAsyncasAsync()Get an async version of this serviceResourcecreateObject(Resource templateObject)This will add the resource into CVAD deployment.List<Resource>getAllObjects()Get all the resources of Citrix Deployments.ItemgetBillingItem()DeploymentgetDeployment()ResourcegetObject()getObject retrieves the SoftLayer_Workload_Citrix_Deployment_Resource object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Workload_Citrix_Deployment_Resource service.OrdergetOrder()RolegetRole()voidsetMask(Resource.Mask mask)Resource.MaskwithMask()Use the existing mask on this service or create it if not presentResource.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Resource.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Resource.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Resource.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Resource.Mask mask)
-
createObject
@ApiMethod Resource createObject(Resource templateObject)
This will add the resource into CVAD deployment.
-
getAllObjects
@ApiMethod List<Resource> getAllObjects()
Get all the resources of Citrix Deployments.
-
getObject
@ApiMethod(instanceRequired=true) Resource getObject()
getObject retrieves the SoftLayer_Workload_Citrix_Deployment_Resource object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Workload_Citrix_Deployment_Resource service. You can only retrieve resources that are assigned to your portal user's account.
-
getBillingItem
@ApiMethod(instanceRequired=true) Item getBillingItem()
-
getDeployment
@ApiMethod(instanceRequired=true) Deployment getDeployment()
-
getOrder
@ApiMethod(instanceRequired=true) Order getOrder()
-
getRole
@ApiMethod(instanceRequired=true) Role getRole()
-
-