Class CreateSnapshotSchedulePolicyRequest (1.0.1)

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

Message for creating a snapshot schedule policy in a project.

Attributes

NameDescription
parent str
Required. The parent project and location containing the SnapshotSchedulePolicy.
snapshot_schedule_policy google.cloud.bare_metal_solution_v2.types.SnapshotSchedulePolicy
Required. The SnapshotSchedulePolicy to create.
snapshot_schedule_policy_id str
Required. Snapshot policy ID

Inheritance

builtins.object > proto.message.Message > CreateSnapshotSchedulePolicyRequest