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.



10656
10657
10658
# File 'lib/google/apis/apigee_v1/classes.rb', line 10656

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)


10654
10655
10656
# File 'lib/google/apis/apigee_v1/classes.rb', line 10654

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10661
10662
10663
# File 'lib/google/apis/apigee_v1/classes.rb', line 10661

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