Class: Google::Cloud::Memorystore::V1::Instance::StateInfo::UpdateInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#target_engine_version::String (readonly)

Returns Output only. Target engine version for the instance.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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