Skip to main content

dest_groups

Overview

Namedest_groups
TypeResource
Idgoogle.iap.dest_groups

Fields

NameDatatypeDescription
namestringRequired. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
cidrsarrayUnordered list. List of CIDRs that this group applies to.
fqdnsarrayUnordered list. List of FQDNs that this group applies to.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdestGroupsId, locationsId, projectsIdRetrieves an existing TunnelDestGroup.
listSELECTlocationsId, projectsIdLists the existing TunnelDestGroups. To group across all locations, use a - as the location ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
createINSERTlocationsId, projectsIdCreates a new TunnelDestGroup.
deleteDELETEdestGroupsId, locationsId, projectsIdDeletes a TunnelDestGroup.
_listEXEClocationsId, projectsIdLists the existing TunnelDestGroups. To group across all locations, use a - as the location ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
patchEXECdestGroupsId, locationsId, projectsIdUpdates a TunnelDestGroup.