Class: Google::Cloud::Iap::V1::TunnelDestGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::TunnelDestGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
A TunnelDestGroup.
Instance Attribute Summary collapse
-
#cidrs ⇒ ::Array<::String>
Optional.
-
#fqdns ⇒ ::Array<::String>
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#cidrs ⇒ ::Array<::String>
Returns Optional. Unordered list. List of CIDRs that this group applies to.
131 132 133 134 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 131 class TunnelDestGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fqdns ⇒ ::Array<::String>
Returns Optional. Unordered list. List of FQDNs that this group applies to.
131 132 133 134 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 131 class TunnelDestGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).
131 132 133 134 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 131 class TunnelDestGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |