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
25408 25409 25410 25411 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25408 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::String
25408 25409 25410 25411 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25408 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
25408 25409 25410 25411 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25408 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_start_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
25408 25409 25410 25411 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25408 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_stop_schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicyInstanceSchedulePolicySchedule
25408 25409 25410 25411 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25408 class ResourcePolicyInstanceSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |