Uses of Class
com.ibm.cloud.is.vpc.v1.model.Instance
-
Packages that use Instance Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
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 Instance Modifier and Type Method Description com.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 Instance Modifier and Type Method Description List<Instance>
InstancesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Instance>
InstanceCollection. getInstances()
Gets the instances.List<Instance>
InstancesPager. getNext()
Returns the next page of results.
-