Reference documentation and code samples for the Compute V1 Client class ResourcePolicy.
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.
Generated from protobuf message google.cloud.compute.v1.ResourcePolicy
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ creation_timestamp
string
[Output Only] Creation timestamp in RFC3339 text format.
↳ description
string
↳ group_placement_policy
Google\Cloud\Compute\V1\ResourcePolicyGroupPlacementPolicy
Resource policy for instances for placement configuration.
↳ id
int|string
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
↳ instance_schedule_policy
Google\Cloud\Compute\V1\ResourcePolicyInstanceSchedulePolicy
Resource policy for scheduling instance operations.
↳ kind
string
[Output Only] Type of the resource. Always compute#resource_policies for resource policies.
↳ name
string
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.
↳ region
string
↳ resource_status
Google\Cloud\Compute\V1\ResourcePolicyResourceStatus
[Output Only] The system status of the resource policy.
↳ self_link
string
[Output Only] Server-defined fully-qualified URL for this resource.
↳ snapshot_schedule_policy
Google\Cloud\Compute\V1\ResourcePolicySnapshotSchedulePolicy
Resource policy for persistent disks for creating snapshots.
↳ status
string
[Output Only] The status of resource policy creation. Check the Status enum for the list of possible values.
getCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Generated from protobuf field optional string creation_timestamp = 30525366;
string
hasCreationTimestamp
clearCreationTimestamp
setCreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Generated from protobuf field optional string creation_timestamp = 30525366;
var
string
$this
getDescription
Generated from protobuf field optional string description = 422937596;
string
hasDescription
clearDescription
setDescription
Generated from protobuf field optional string description = 422937596;
var
string
$this
getGroupPlacementPolicy
Resource policy for instances for placement configuration.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyGroupPlacementPolicy group_placement_policy = 10931596;
hasGroupPlacementPolicy
clearGroupPlacementPolicy
setGroupPlacementPolicy
Resource policy for instances for placement configuration.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyGroupPlacementPolicy group_placement_policy = 10931596;
$this
getId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional uint64 id = 3355;
int|string
hasId
clearId
setId
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Generated from protobuf field optional uint64 id = 3355;
var
int|string
$this
getInstanceSchedulePolicy
Resource policy for scheduling instance operations.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicy instance_schedule_policy = 344877104;
hasInstanceSchedulePolicy
clearInstanceSchedulePolicy
setInstanceSchedulePolicy
Resource policy for scheduling instance operations.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicy instance_schedule_policy = 344877104;
$this
getKind
[Output Only] Type of the resource. Always compute#resource_policies for resource policies.
Generated from protobuf field optional string kind = 3292052;
string
hasKind
clearKind
setKind
[Output Only] Type of the resource. Always compute#resource_policies for resource policies.
Generated from protobuf field optional string kind = 3292052;
var
string
$this
getName
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.
Generated from protobuf field optional string name = 3373707;
string
hasName
clearName
setName
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.
Generated from protobuf field optional string name = 3373707;
var
string
$this
getRegion
Generated from protobuf field optional string region = 138946292;
string
hasRegion
clearRegion
setRegion
Generated from protobuf field optional string region = 138946292;
var
string
$this
getResourceStatus
[Output Only] The system status of the resource policy.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyResourceStatus resource_status = 249429315;
hasResourceStatus
clearResourceStatus
setResourceStatus
[Output Only] The system status of the resource policy.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicyResourceStatus resource_status = 249429315;
$this
getSelfLink
[Output Only] Server-defined fully-qualified URL for this resource.
Generated from protobuf field optional string self_link = 456214797;
string
hasSelfLink
clearSelfLink
setSelfLink
[Output Only] Server-defined fully-qualified URL for this resource.
Generated from protobuf field optional string self_link = 456214797;
var
string
$this
getSnapshotSchedulePolicy
Resource policy for persistent disks for creating snapshots.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicy snapshot_schedule_policy = 218131295;
hasSnapshotSchedulePolicy
clearSnapshotSchedulePolicy
setSnapshotSchedulePolicy
Resource policy for persistent disks for creating snapshots.
Generated from protobuf field optional .google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicy snapshot_schedule_policy = 218131295;
$this
getStatus
[Output Only] The status of resource policy creation.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
string
hasStatus
clearStatus
setStatus
[Output Only] The status of resource policy creation.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
var
string
$this