Class SnapshotSchedulePolicy (1.0.0)

SnapshotSchedulePolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A snapshot schedule policy.

Attributes

NameDescription
name str
Output only. The name of the snapshot schedule policy.
description str
The description of the snapshot schedule policy.
schedules Sequence[google.cloud.bare_metal_solution_v2.types.SnapshotSchedulePolicy.Schedule]
The snapshot schedules contained in this policy. You can specify a maximum of 5 schedules.

Inheritance

builtins.object > proto.message.Message > SnapshotSchedulePolicy

Classes

Schedule

Schedule(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A snapshot schedule.