Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScheduledMaintenance

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

Overview

Scheduled maintenance information for an instance.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ScheduledMaintenance

Returns a new instance of GoogleCloudApigeeV1ScheduledMaintenance.



10356
10357
10358
# File 'lib/google/apis/apigee_v1/classes.rb', line 10356

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

Instance Attribute Details

#start_timeString

Output only. The start time (UTC) of the scheduled maintenance. Corresponds to the JSON property startTime

Returns:

  • (String)


10354
10355
10356
# File 'lib/google/apis/apigee_v1/classes.rb', line 10354

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10361
10362
10363
# File 'lib/google/apis/apigee_v1/classes.rb', line 10361

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