Class TunnelDestGroup (1.5.3)

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

A TunnelDestGroup.

Attributes

NameDescription
name str
Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project.
cidrs Sequence[str]
null List of CIDRs that this group applies to.
fqdns Sequence[str]
null List of FQDNs that this group applies to.

Inheritance

builtins.object > proto.message.Message > TunnelDestGroup