Class: Google::Cloud::Compute::V1::NetworkParams
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Additional network parameters.
Defined Under Namespace
Classes: ResourceManagerTagsEntry
Instance Attribute Summary collapse
-
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Tag keys/values directly bound to this resource.
Instance Attribute Details
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
23695 23696 23697 23698 23699 23700 23701 23702 23703 23704 23705 23706 23707 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23695 class NetworkParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class ResourceManagerTagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |