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
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
↳ cidrs
string[]
Optional. Unordered list. List of CIDRs that this group applies to.
↳ fqdns
string[]
Optional. Unordered list. List of FQDNs that this group applies to.
getName
Identifier. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
string
setName
Identifier. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
var
string
$this
getCidrs
Optional. Unordered list. List of CIDRs that this group applies to.
setCidrs
Optional. Unordered list. List of CIDRs that this group applies to.
var
string[]
$this
getFqdns
Optional. Unordered list. List of FQDNs that this group applies to.
setFqdns
Optional. Unordered list. List of FQDNs that this group applies to.
var
string[]
$this

