Class: Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb

Overview

Properties for an AlloyDB cluster backup plan association.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AlloyDbClusterBackupPlanAssociationProperties

Returns a new instance of AlloyDbClusterBackupPlanAssociationProperties.



258
259
260
# File 'lib/google/apis/backupdr_v1/classes.rb', line 258

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cluster_uidString

Output only. The cluster UID of the AlloyDB cluster. Corresponds to the JSON property clusterUid

Returns:

  • (String)


256
257
258
# File 'lib/google/apis/backupdr_v1/classes.rb', line 256

def cluster_uid
  @cluster_uid
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



263
264
265
# File 'lib/google/apis/backupdr_v1/classes.rb', line 263

def update!(**args)
  @cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
end