Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::DiskParams.
Additional disk params.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#resource_manager_tags
def resource_manager_tags() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format
tagKeys/{tag_key_id}
, and values are in the formattagValues/456
. The field is ignored (both PUT & PATCH) when empty.
#resource_manager_tags=
def resource_manager_tags=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format
tagKeys/{tag_key_id}
, and values are in the formattagValues/456
. The field is ignored (both PUT & PATCH) when empty.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format
tagKeys/{tag_key_id}
, and values are in the formattagValues/456
. The field is ignored (both PUT & PATCH) when empty.