Class: Google::Cloud::Container::V1beta1::NetworkTags

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

Overview

Collection of Compute Engine network tags that can be applied to a node's underlying VM instance. (See tags field in NodeConfig).

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array<::String>

Returns List of network tags.

Returns:

  • (::Array<::String>)

    List of network tags.



710
711
712
713
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 710

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