Class RegionMultiMigsResource
The "regionMultiMigs" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RegionMultiMigsResource
Constructors
RegionMultiMigsResource(IClientService)
Constructs a new resource.
Declaration
public RegionMultiMigsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(string, string, string)
Deletes a multi-MIG in the specified project.
Declaration
public virtual RegionMultiMigsResource.DeleteRequest Delete(string project, string region, string multiMig)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region for this request. |
| string | multiMig | Name of the multi-MIG to delete. |
Returns
| Type | Description |
|---|---|
| RegionMultiMigsResource.DeleteRequest |
Get(string, string, string)
Returns all the details of a specific multi-MIG.
Declaration
public virtual RegionMultiMigsResource.GetRequest Get(string project, string region, string multiMig)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region for this request. |
| string | multiMig | Name of the multi-MIG resource to return. |
Returns
| Type | Description |
|---|---|
| RegionMultiMigsResource.GetRequest |
Insert(MultiMig, string, string)
Creates a multi-MIG in the specified project.
Declaration
public virtual RegionMultiMigsResource.InsertRequest Insert(MultiMig body, string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| MultiMig | body | The body of the request. |
| string | project | Project ID for this request. |
| string | region | Name of the region for this request. |
Returns
| Type | Description |
|---|---|
| RegionMultiMigsResource.InsertRequest |
List(string, string)
Retrieves a list of multi-MIGs in a project and region.
Declaration
public virtual RegionMultiMigsResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| string | project | Project ID for this request. |
| string | region | Name of the region for this request. |
Returns
| Type | Description |
|---|---|
| RegionMultiMigsResource.ListRequest |