Class: Google::Container::V1::DailyMaintenanceWindow

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

Time window specified for daily maintenance operations.

Instance Attribute Summary collapse

Instance Attribute Details

#durationString

Returns [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".

Returns:

  • (String)

    [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".



1807
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1807

class DailyMaintenanceWindow; end

#start_timeString

Returns Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.

Returns:

  • (String)

    Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.



1807
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1807

class DailyMaintenanceWindow; end