Class: Google::Cloud::Iap::V1::TunnelDestGroup

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cidrs::Array<::String>

Returns Optional. Unordered list. List of CIDRs that this group applies to.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Array<::String>)

    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 (-).

Returns:

  • (::String)

    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