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 multi-MIG in the specified project.
|
Compute.RegionMultiMigs.Get |
get(String project,
String region,
String multiMig)
Returns all the details of a specific multi-MIG.
|
Compute.RegionMultiMigs.Insert |
insert(String project,
String region,
MultiMig content)
Creates a multi-MIG in the specified project.
|
Compute.RegionMultiMigs.List |
list(String project,
String region)
Retrieves a list of multi-MIGs 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 multi-MIG to delete.IOException
public 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 multi-MIG resource to return.IOException
public 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 MultiMig
IOException
public 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.IOException
Copyright © 2011–2024 Google. All rights reserved.