Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::TunnelDestGroup.
A TunnelDestGroup.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cidrs
def cidrs() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. List of CIDRs that this group applies to.
#cidrs=
def cidrs=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unordered list. List of CIDRs that this group applies to.
Returns
- (::Array<::String>) — Unordered list. List of CIDRs that this group applies to.
#fqdns
def fqdns() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. List of FQDNs that this group applies to.
#fqdns=
def fqdns=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unordered list. List of FQDNs that this group applies to.
Returns
- (::Array<::String>) — Unordered list. List of FQDNs that this group applies to.
#name
def name() -> ::String
Returns
- (::String) — Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
Returns
- (::String) — Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).