Show / Hide Table of Contents

Class ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource

The "destGroups" collection of methods.

Inheritance
object
ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: projects/{project_number/id}/iap_tunnel/locations/{location}.

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: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

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: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

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: projects/{project_number/id}/iap_tunnel/locations/{location}. A - can be used for the location to group across all locations.

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
In this article
Back to top Generated by DocFX