| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionMultiMigs.Delete |
class |
Compute.RegionMultiMigs.Get |
class |
Compute.RegionMultiMigs.Insert |
class |
Compute.RegionMultiMigs.List |
| Constructor and Description |
|---|
RegionMultiMigs() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionMultiMigs.Delete |
delete(String project,
String region,
String multiMig)
Deletes a regional multiMIG in the specified project.
|
Compute.RegionMultiMigs.Get |
get(String project,
String region,
String multiMig)
Returns the specified MultiMIG resource.
|
Compute.RegionMultiMigs.Insert |
insert(String project,
String region,
MultiMig content)
Creates a regional multiMIG in the specified project.
|
Compute.RegionMultiMigs.List |
list(String project,
String region)
Retrieves a list of MultiMIGs in a project and region.
|
public Compute.RegionMultiMigs.Delete delete(String project, String region, String multiMig) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.multiMig - Name of the multiMIG to delete.IOExceptionpublic Compute.RegionMultiMigs.Get get(String project, String region, String multiMig) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.multiMig - Name of the MultiMig resource to return.IOExceptionpublic Compute.RegionMultiMigs.Insert insert(String project, String region, MultiMig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the MultiMigIOExceptionpublic Compute.RegionMultiMigs.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionCopyright © 2011–2024 Google. All rights reserved.