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.
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];
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];
var
string
$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];
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];
var
string[]
$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];
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];
var
string[]
$this