| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionInstanceGroupManagerResizeRequests.Get |
class |
Compute.RegionInstanceGroupManagerResizeRequests.Insert |
| Constructor and Description |
|---|
RegionInstanceGroupManagerResizeRequests() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionInstanceGroupManagerResizeRequests.Get |
get(String project,
String region,
String instanceGroupManager,
String resizeRequest)
Returns all of the details about the specified resize request.
|
Compute.RegionInstanceGroupManagerResizeRequests.Insert |
insert(String project,
String region,
String instanceGroupManager,
InstanceGroupManagerResizeRequest content)
Creates a new Resize Request that starts provisioning VMs immediately or queues VM creation.
|
public RegionInstanceGroupManagerResizeRequests()
public Compute.RegionInstanceGroupManagerResizeRequests.Get get(String project, String region, String instanceGroupManager, String resizeRequest) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region scoping this request. Name should conform to RFC1035.instanceGroupManager - The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.resizeRequest - The name of the resize request. Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.RegionInstanceGroupManagerResizeRequests.Insert insert(String project, String region, String instanceGroupManager, InstanceGroupManagerResizeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request. Name should conform to RFC1035.instanceGroupManager - Name of the managed instance group to which the resize request is scoped. Name should conform to
RFC1035 or be a resource ID.content - the InstanceGroupManagerResizeRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.