REST Resource: projects.iap_tunnel.locations.destGroups

Resource: TunnelDestGroup

A TunnelDestGroup.

JSON representation
{
  "name": string,
  "cidrs": [
    string
  ],
  "fqdns": [
    string
  ]
}
Fields
name

string

Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).

cidrs[]

string

Unordered list. List of CIDRs that this group applies to.

fqdns[]

string

Unordered list. List of FQDNs that this group applies to.

Methods

create

Creates a new TunnelDestGroup.

delete

Deletes a TunnelDestGroup.

get

Retrieves an existing TunnelDestGroup.

list

Lists the existing TunnelDestGroups.

patch

Updates a TunnelDestGroup.