Class ResourcePolicy (1.4.0)

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

Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.

Attributes

Name Description
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
This field is a member of oneof_ _description.
group_placement_policy google.cloud.compute_v1.types.ResourcePolicyGroupPlacementPolicy
Resource policy for instances for placement configuration. This field is a member of oneof_ _group_placement_policy.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
instance_schedule_policy google.cloud.compute_v1.types.ResourcePolicyInstanceSchedulePolicy
Resource policy for scheduling instance operations. This field is a member of oneof_ _instance_schedule_policy.
kind str
[Output Only] Type of the resource. Always compute#resource_policies for resource policies. This field is a member of oneof_ _kind.
name str
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is a member of oneof_ _name.
region str
This field is a member of oneof_ _region.
resource_status google.cloud.compute_v1.types.ResourcePolicyResourceStatus
[Output Only] The system status of the resource policy. This field is a member of oneof_ _resource_status.
self_link str
[Output Only] Server-defined fully-qualified URL for this resource. This field is a member of oneof_ _self_link.
snapshot_schedule_policy google.cloud.compute_v1.types.ResourcePolicySnapshotSchedulePolicy
Resource policy for persistent disks for creating snapshots. This field is a member of oneof_ _snapshot_schedule_policy.
status str
[Output Only] The status of resource policy creation. Check the Status enum for the list of possible values. This field is a member of oneof_ _status.

Classes

Status

Status(value)

[Output Only] The status of resource policy creation.