Class: Google::Cloud::Memorystore::V1::Instance::StateInfo::UpdateInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::Instance::StateInfo::UpdateInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Represents information about instance with state UPDATING.
Instance Attribute Summary collapse
-
#target_engine_version ⇒ ::String
readonly
Output only.
-
#target_node_type ⇒ ::Google::Cloud::Memorystore::V1::Instance::NodeType
readonly
Output only.
-
#target_replica_count ⇒ ::Integer
readonly
Output only.
-
#target_shard_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#target_engine_version ⇒ ::String (readonly)
Returns Output only. Target engine version for the instance.
204 205 206 207 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 204 class UpdateInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_node_type ⇒ ::Google::Cloud::Memorystore::V1::Instance::NodeType (readonly)
Returns Output only. Target node type for the instance.
204 205 206 207 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 204 class UpdateInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_replica_count ⇒ ::Integer (readonly)
Returns Output only. Target number of replica nodes per shard for the instance.
204 205 206 207 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 204 class UpdateInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_shard_count ⇒ ::Integer (readonly)
Returns Output only. Target number of shards for the instance.
204 205 206 207 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 204 class UpdateInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |