Cloud Identity-Aware Proxy v1 API - Class TunnelDestGroup (2.6.0)

public sealed class TunnelDestGroup : IMessage<TunnelDestGroup>, IEquatable<TunnelDestGroup>, IDeepCloneable<TunnelDestGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class TunnelDestGroup.

A TunnelDestGroup.

Inheritance

object > TunnelDestGroup

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

TunnelDestGroup()

public TunnelDestGroup()

TunnelDestGroup(TunnelDestGroup)

public TunnelDestGroup(TunnelDestGroup other)
Parameter
NameDescription
otherTunnelDestGroup

Properties

Cidrs

public RepeatedField<string> Cidrs { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

Fqdns

public RepeatedField<string> Fqdns { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

TunnelDestGroupName

public TunnelDestGroupName TunnelDestGroupName { get; set; }

TunnelDestGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
TunnelDestGroupName