Class: Google::Apis::BackupdrV1::CloudSqlInstanceBackupPlanAssociationProperties

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

Cloud SQL instance's BPA properties.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudSqlInstanceBackupPlanAssociationProperties

Returns a new instance of CloudSqlInstanceBackupPlanAssociationProperties.



1868
1869
1870
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1868

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

Instance Attribute Details

#instance_create_timeString

Output only. The time when the instance was created. Corresponds to the JSON property instanceCreateTime

Returns:

  • (String)


1866
1867
1868
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1866

def instance_create_time
  @instance_create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1873
1874
1875
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1873

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