Uses of Class
com.ibm.cloud.is.vpc.v1.model.Instance
Packages that use Instance
Package
Description
Virtual Private Cloud API v1.
-
Uses of Instance in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type InstanceModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<Instance> Vpc.createInstance
(CreateInstanceOptions createInstanceOptions) Create an instance.com.ibm.cloud.sdk.core.http.ServiceCall
<Instance> Vpc.getInstance
(GetInstanceOptions getInstanceOptions) Retrieve an instance.com.ibm.cloud.sdk.core.http.ServiceCall
<Instance> Vpc.updateInstance
(UpdateInstanceOptions updateInstanceOptions) Update an instance. -
Uses of Instance in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type InstanceModifier and TypeMethodDescriptionInstancesPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.InstanceCollection.getInstances()
Gets the instances.InstancesPager.getNext()
Returns the next page of results.