Class: Google::Cloud::Memcache::V1beta2::ApplySoftwareUpdateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::ApplySoftwareUpdateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Request for ApplySoftwareUpdate.
Instance Attribute Summary collapse
-
#apply_all ⇒ ::Boolean
Whether to apply the update to all nodes.
-
#instance ⇒ ::String
Required.
-
#node_ids ⇒ ::Array<::String>
Nodes to which we should apply the update to.
Instance Attribute Details
#apply_all ⇒ ::Boolean
470 471 472 473 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 470 class ApplySoftwareUpdateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
470 471 472 473 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 470 class ApplySoftwareUpdateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_ids ⇒ ::Array<::String>
470 471 472 473 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 470 class ApplySoftwareUpdateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |