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 Unordered list. List of CIDRs that this group applies to.

Returns:

  • (::Array<::String>)

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



132
133
134
135
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 132

class TunnelDestGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#fqdns::Array<::String>

Returns Unordered list. List of FQDNs that this group applies to.

Returns:

  • (::Array<::String>)

    Unordered list. List of FQDNs that this group applies to.



132
133
134
135
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 132

class TunnelDestGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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



132
133
134
135
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 132

class TunnelDestGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end