Modifier and Type | Class and Description |
---|---|
class |
Compute.InstanceGroupManagerResizeRequests.Cancel |
class |
Compute.InstanceGroupManagerResizeRequests.Delete |
class |
Compute.InstanceGroupManagerResizeRequests.Get |
class |
Compute.InstanceGroupManagerResizeRequests.Insert |
class |
Compute.InstanceGroupManagerResizeRequests.List |
Constructor and Description |
---|
InstanceGroupManagerResizeRequests() |
Modifier and Type | Method and Description |
---|---|
Compute.InstanceGroupManagerResizeRequests.Cancel |
cancel(String project,
String zone,
String instanceGroupManager,
String resizeRequest)
Cancels the specified resize request and removes it from the queue.
|
Compute.InstanceGroupManagerResizeRequests.Delete |
delete(String project,
String zone,
String instanceGroupManager,
String resizeRequest)
Deletes the specified, inactive resize request.
|
Compute.InstanceGroupManagerResizeRequests.Get |
get(String project,
String zone,
String instanceGroupManager,
String resizeRequest)
Returns all of the details about the specified resize request.
|
Compute.InstanceGroupManagerResizeRequests.Insert |
insert(String project,
String zone,
String instanceGroupManager,
InstanceGroupManagerResizeRequest content)
Creates a new resize request that starts provisioning VMs immediately or queues VM creation.
|
Compute.InstanceGroupManagerResizeRequests.List |
list(String project,
String zone,
String instanceGroupManager)
Retrieves a list of resize requests that are contained in the managed instance group.
|
public Compute.InstanceGroupManagerResizeRequests.Cancel cancel(String project, String zone, String instanceGroupManager, String resizeRequest) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone where the managed instance group is located. The name should conform to
RFC1035.instanceGroupManager
- The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.resizeRequest
- The name of the resize request to cancel. The name should conform to RFC1035 or be a resource ID.IOException
public Compute.InstanceGroupManagerResizeRequests.Delete delete(String project, String zone, String instanceGroupManager, String resizeRequest) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone where the managed instance group is located. The name should conform to
RFC1035.instanceGroupManager
- The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.resizeRequest
- The name of the resize request to delete. The name should conform to RFC1035 or be a resource ID.IOException
public Compute.InstanceGroupManagerResizeRequests.Get get(String project, String zone, String instanceGroupManager, String resizeRequest) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- Name of the href="/compute/docs/regions-zones/#available">zone 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.IOException
public Compute.InstanceGroupManagerResizeRequests.Insert insert(String project, String zone, String instanceGroupManager, InstanceGroupManagerResizeRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone where the managed instance group is located and where the resize request will
be created. Name should conform to RFC1035.instanceGroupManager
- The name of the managed instance group to which the resize request will be added. Name should
conform to RFC1035 or be a resource ID.content
- the InstanceGroupManagerResizeRequest
IOException
public Compute.InstanceGroupManagerResizeRequests.List list(String project, String zone, String instanceGroupManager) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone where the managed instance group is located. The name should conform to
RFC1035.instanceGroupManager
- The name of the managed instance group. The name should conform to RFC1035.IOException
Copyright © 2011–2024 Google. All rights reserved.