Class: Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties
- Inherits:
-
Object
- Object
- Google::Apis::BackupdrV1::AlloyDbClusterBackupPlanAssociationProperties
- 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
-
#cluster_uid ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AlloyDbClusterBackupPlanAssociationProperties
constructor
A new instance of AlloyDbClusterBackupPlanAssociationProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_uid ⇒ String
Output only. The cluster UID of the AlloyDB cluster.
Corresponds to the JSON property clusterUid
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 |