Uses of Class
com.ibm.cloud.is.vpc.v1.model.InstanceGroup
-
Packages that use InstanceGroup Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of InstanceGroup in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type InstanceGroup Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceGroup>
Vpc. createInstanceGroup(CreateInstanceGroupOptions createInstanceGroupOptions)
Create an instance group.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceGroup>
Vpc. getInstanceGroup(GetInstanceGroupOptions getInstanceGroupOptions)
Retrieve an instance group.com.ibm.cloud.sdk.core.http.ServiceCall<InstanceGroup>
Vpc. updateInstanceGroup(UpdateInstanceGroupOptions updateInstanceGroupOptions)
Update an instance group. -
Uses of InstanceGroup in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type InstanceGroup Modifier and Type Method Description List<InstanceGroup>
InstanceGroupsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<InstanceGroup>
InstanceGroupCollection. getInstanceGroups()
Gets the instanceGroups.List<InstanceGroup>
InstanceGroupsPager. getNext()
Returns the next page of results.
-