| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionInstanceGroupManagerResizeRequests.Cancel |
class |
Compute.RegionInstanceGroupManagerResizeRequests.Delete |
class |
Compute.RegionInstanceGroupManagerResizeRequests.Get |
class |
Compute.RegionInstanceGroupManagerResizeRequests.Insert |
class |
Compute.RegionInstanceGroupManagerResizeRequests.List |
| Constructor and Description |
|---|
RegionInstanceGroupManagerResizeRequests() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionInstanceGroupManagerResizeRequests.Cancel |
cancel(String project,
String region,
String instanceGroupManager,
String resizeRequest)
Cancels the specified resize request.
|
Compute.RegionInstanceGroupManagerResizeRequests.Delete |
delete(String project,
String region,
String instanceGroupManager,
String resizeRequest)
Deletes the specified, inactive resize request.
|
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.
|
Compute.RegionInstanceGroupManagerResizeRequests.List |
list(String project,
String region,
String instanceGroupManager)
Retrieves a list of Resize Requests that are contained in the managed instance group.
|
public RegionInstanceGroupManagerResizeRequests()
public Compute.RegionInstanceGroupManagerResizeRequests.Cancel cancel(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 to cancel. Name should conform to RFC1035 or be a resource ID.IOExceptionpublic Compute.RegionInstanceGroupManagerResizeRequests.Delete delete(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 to delete. Name should conform to RFC1035 or be a resource ID.IOExceptionpublic 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 InstanceGroupManagerResizeRequestIOExceptionpublic Compute.RegionInstanceGroupManagerResizeRequests.List list(String project, String region, String instanceGroupManager) 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 - The name of the managed instance group. The name should conform to RFC1035.IOExceptionCopyright © 2011–2025 Google. All rights reserved.