Class: Google::Cloud::Container::V1::NetworkTags

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array<::String>

Returns List of network tags.

Returns:

  • (::Array<::String>)

    List of network tags.



742
743
744
745
# File 'proto_docs/google/container/v1/cluster_service.rb', line 742

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