Google Cloud Iap V1 Client - Class TunnelDestGroup (1.0.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.

↳ cidrs array

null List of CIDRs that this group applies to.

↳ fqdns array

null List of FQDNs that this group applies to.

getName

Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
string

setName

Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project.

Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCidrs

null List of CIDRs that this group applies to.

Generated from protobuf field repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCidrs

null List of CIDRs that this group applies to.

Generated from protobuf field repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getFqdns

null List of FQDNs that this group applies to.

Generated from protobuf field repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFqdns

null List of FQDNs that this group applies to.

Generated from protobuf field repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this