Uses of Class
com.ibm.cloud.is.vpc.v1.model.PlacementGroup
Packages that use PlacementGroup
Package
Description
Virtual Private Cloud API v1.
-
Uses of PlacementGroup in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PlacementGroupModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup> Vpc.createPlacementGroup(CreatePlacementGroupOptions createPlacementGroupOptions) Create a placement group.com.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup> Vpc.getPlacementGroup(GetPlacementGroupOptions getPlacementGroupOptions) Retrieve a placement group.com.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup> Vpc.updatePlacementGroup(UpdatePlacementGroupOptions updatePlacementGroupOptions) Update a placement group. -
Uses of PlacementGroup in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PlacementGroupModifier and TypeMethodDescriptionPlacementGroupsPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.PlacementGroupsPager.getNext()Returns the next page of results.PlacementGroupCollection.getPlacementGroups()Gets the placementGroups.