Class: Google::Cloud::BackupDR::V1::InstanceParams
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::InstanceParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
Additional instance params.
Defined Under Namespace
Classes: ResourceManagerTagsEntry
Instance Attribute Summary collapse
Instance Attribute Details
#resource_manager_tags ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Resource manager tags to be bound to the instance.
594 595 596 597 598 599 600 601 602 603 604 605 606 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 594 class InstanceParams 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 |