Class: Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::ClusterUpgradeDetails

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

Overview

Upgrade details of a cluster. This cluster can be primary or secondary.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_type::Google::Cloud::AlloyDB::V1alpha::Cluster::ClusterType

Returns Cluster type which can either be primary or secondary.

Returns:



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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

#database_version::Google::Cloud::AlloyDB::V1alpha::DatabaseVersion

Returns Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

Returns:



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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

#instance_upgrade_details::Array<::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::InstanceUpgradeDetails>

Returns Upgrade details of the instances directly associated with this cluster.

Returns:



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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

#name::String

Returns Normalized name of the cluster.

Returns:

  • (::String)

    Normalized name of the cluster



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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

#stage_info::Array<::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::StageInfo>

Returns Array containing stage info associated with this cluster.

Returns:



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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

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

Returns Upgrade status of the cluster.

Returns:



295
296
297
298
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 295

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