Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData

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

Overview

Disable validation warnings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData

Returns a new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData.



4296
4297
4298
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4296

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

Instance Attribute Details

#backup_runGoogle::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupRun

Disable validation warnings Corresponds to the JSON property backupRun



4253
4254
4255
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4253

def backup_run
  @backup_run
end

#full_resource_nameString

Required. Disable validation warnings Corresponds to the JSON property fullResourceName

Returns:

  • (String)


4258
4259
4260
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4258

def full_resource_name
  @full_resource_name
end

#last_refresh_timeString

Required. Disable validation warnings Corresponds to the JSON property lastRefreshTime

Returns:

  • (String)


4263
4264
4265
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4263

def last_refresh_time
  @last_refresh_time
end

#locationString

Required. Disable validation warnings Corresponds to the JSON property location

Returns:

  • (String)


4268
4269
4270
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4268

def location
  @location
end

#resource_idGoogle::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId

Disable validation warnings Corresponds to the JSON property resourceId



4273
4274
4275
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4273

def resource_id
  @resource_id
end

#signal_bool_valueBoolean Also known as: signal_bool_value?

Disable validation warnings Corresponds to the JSON property signalBoolValue

Returns:

  • (Boolean)


4278
4279
4280
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4278

def signal_bool_value
  @signal_bool_value
end

#signal_metadata_listArray<Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainSignalMetadata>

Disable validation warnings Corresponds to the JSON property signalMetadataList



4284
4285
4286
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4284

def 
  @signal_metadata_list
end

#signal_stateString

Required. Output only. Disable validation warnings Corresponds to the JSON property signalState

Returns:

  • (String)


4289
4290
4291
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4289

def signal_state
  @signal_state
end

#signal_typeString

Required. Disable validation warnings Corresponds to the JSON property signalType

Returns:

  • (String)


4294
4295
4296
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4294

def signal_type
  @signal_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4301

def update!(**args)
  @backup_run = args[:backup_run] if args.key?(:backup_run)
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
  @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
  @location = args[:location] if args.key?(:location)
  @resource_id = args[:resource_id] if args.key?(:resource_id)
  @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
  @signal_metadata_list = args[:signal_metadata_list] if args.key?(:signal_metadata_list)
  @signal_state = args[:signal_state] if args.key?(:signal_state)
  @signal_type = args[:signal_type] if args.key?(:signal_type)
end