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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |