Class: Google::Cloud::AlloyDB::V1alpha::Cluster::PrimaryConfig

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

Overview

Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.

Instance Attribute Summary collapse

Instance Attribute Details

#secondary_cluster_names::Array<::String> (readonly)

Returns Output only. Names of the clusters that are replicating from this cluster.

Returns:

  • (::Array<::String>)

    Output only. Names of the clusters that are replicating from this cluster.



493
494
495
496
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 493

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