Class: Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.
Instance Attribute Summary collapse
-
#retention_policy ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicyRetentionPolicy
Retention policy applied to snapshots created by this resource policy.
-
#schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySchedule
A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when.
-
#snapshot_properties ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySnapshotProperties
Properties with which snapshots are created such as labels, encryption keys.
Instance Attribute Details
#retention_policy ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicyRetentionPolicy
Returns Retention policy applied to snapshots created by this resource policy.
27439 27440 27441 27442 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27439 class ResourcePolicySnapshotSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySchedule
Returns A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy.
27439 27440 27441 27442 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27439 class ResourcePolicySnapshotSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot_properties ⇒ ::Google::Cloud::Compute::V1::ResourcePolicySnapshotSchedulePolicySnapshotProperties
Returns Properties with which snapshots are created such as labels, encryption keys.
27439 27440 27441 27442 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27439 class ResourcePolicySnapshotSchedulePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |