Class: Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.
Instance Attribute Summary collapse
-
#expiration_time ⇒ ::String
The expiration time of the schedule.
-
#start_time ⇒ ::String
The start time of the schedule.
-
#time_zone ⇒ ::String
Specifies the time zone to be used in interpreting Schedule.schedule.
-
#vm_start_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
Specifies the schedule for starting instances.
-
#vm_stop_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
Specifies the schedule for stopping instances.
Instance Attribute Details
#expiration_time ⇒ ::String
Returns The expiration time of the schedule. The timestamp is an RFC3339 string.
26744 26745 26746 26747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26744 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
Returns The start time of the schedule. The timestamp is an RFC3339 string.
26744 26745 26746 26747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26744 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
Returns Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.
26744 26745 26746 26747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26744 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_start_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
Returns Specifies the schedule for starting instances.
26744 26745 26746 26747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26744 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_stop_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
Returns Specifies the schedule for stopping instances.
26744 26745 26746 26747 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26744 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |