Uses of Class
com.ibm.cloud.platform_services.resource_controller.v2.model.ResourceInstance
-
Packages that use ResourceInstance Package Description com.ibm.cloud.platform_services.resource_controller.v2 Resource Controller v2.com.ibm.cloud.platform_services.resource_controller.v2.model -
-
Uses of ResourceInstance in com.ibm.cloud.platform_services.resource_controller.v2
Methods in com.ibm.cloud.platform_services.resource_controller.v2 that return types with arguments of type ResourceInstance Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. cancelLastopResourceInstance(CancelLastopResourceInstanceOptions cancelLastopResourceInstanceOptions)
Cancel the in progress last operation of the resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. createResourceInstance(CreateResourceInstanceOptions createResourceInstanceOptions)
Create (provision) a new resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. getResourceInstance(GetResourceInstanceOptions getResourceInstanceOptions)
Get a resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. lockResourceInstance(LockResourceInstanceOptions lockResourceInstanceOptions)
Lock a resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. unlockResourceInstance(UnlockResourceInstanceOptions unlockResourceInstanceOptions)
Unlock a resource instance.com.ibm.cloud.sdk.core.http.ServiceCall<ResourceInstance>
ResourceController. updateResourceInstance(UpdateResourceInstanceOptions updateResourceInstanceOptions)
Update a resource instance. -
Uses of ResourceInstance in com.ibm.cloud.platform_services.resource_controller.v2.model
Methods in com.ibm.cloud.platform_services.resource_controller.v2.model that return types with arguments of type ResourceInstance Modifier and Type Method Description java.util.List<ResourceInstance>
ResourceInstancesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.java.util.List<ResourceInstance>
ResourceInstancesPager. getNext()
Returns the next page of results.java.util.List<ResourceInstance>
ResourceInstancesList. getResources()
Gets the resources.
-