Class CreateTunnelDestGroupRequest (1.5.3)

CreateTunnelDestGroupRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request to CreateTunnelDestGroup.

Attributes

NameDescription
parent str
Required. Google Cloud Project ID and location. In the following format: ``projects/{project_number/id}/iap_tunnel/locations/{location}``.
tunnel_dest_group google.cloud.iap_v1.types.TunnelDestGroup
Required. The TunnelDestGroup to create.
tunnel_dest_group_id str
Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name. This value must be 4-63 characters, and valid characters are ```a-z][0-9]`-``.

Inheritance

builtins.object > proto.message.Message > CreateTunnelDestGroupRequest