Class ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource
The "destGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudIAP.v1
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource
Constructors
DestGroupsResource(IClientService)
Constructs a new resource.
Declaration
public DestGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(TunnelDestGroup, string)
Creates a new TunnelDestGroup.
Declaration
public virtual ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.CreateRequest Create(TunnelDestGroup body, string parent)
Parameters
Type | Name | Description |
---|---|---|
TunnelDestGroup | body | The body of the request. |
string | parent | Required. Google Cloud Project ID and location. In the following format:
|
Returns
Type | Description |
---|---|
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.CreateRequest |
Delete(string)
Deletes a TunnelDestGroup.
Declaration
public virtual ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the TunnelDestGroup to delete. In the following format:
|
Returns
Type | Description |
---|---|
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.DeleteRequest |
Get(string)
Retrieves an existing TunnelDestGroup.
Declaration
public virtual ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the TunnelDestGroup to be fetched. In the following format:
|
Returns
Type | Description |
---|---|
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.GetRequest |
List(string)
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location
ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
Declaration
public virtual ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Google Cloud Project ID and location. In the following format:
|
Returns
Type | Description |
---|---|
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.ListRequest |
Patch(TunnelDestGroup, string)
Updates a TunnelDestGroup.
Declaration
public virtual ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.PatchRequest Patch(TunnelDestGroup body, string name)
Parameters
Type | Name | Description |
---|---|---|
TunnelDestGroup | body | The body of the request. |
string | name | Identifier. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-). |
Returns
Type | Description |
---|---|
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.PatchRequest |