Google Cloud Iap V1 Client - Class TunnelDestGroup (1.1.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class TunnelDestGroup.

A TunnelDestGroup.

Generated from protobuf message google.cloud.iap.v1.TunnelDestGroup

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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 array

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

↳ fqdns array

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

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCidrs

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCidrs

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getFqdns

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFqdns

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this