Class: Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::InstanceUpgradeDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/service.rb

Overview

Details regarding the upgrade of instaces associated with a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_type::Google::Cloud::AlloyDB::V1alpha::Instance::InstanceType

Returns Instance type.



269
270
271
272
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269

class InstanceUpgradeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Normalized name of the instance.

Returns:

  • (::String)

    Normalized name of the instance.



269
270
271
272
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269

class InstanceUpgradeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#upgrade_status::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status

Returns Upgrade status of the instance.

Returns:



269
270
271
272
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269

class InstanceUpgradeDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end