Struct google_api_proto::google::cloud::compute::v1::ResourcePolicy
source · pub struct ResourcePolicy {Show 13 fields
pub creation_timestamp: Option<String>,
pub description: Option<String>,
pub disk_consistency_group_policy: Option<ResourcePolicyDiskConsistencyGroupPolicy>,
pub group_placement_policy: Option<ResourcePolicyGroupPlacementPolicy>,
pub id: Option<u64>,
pub instance_schedule_policy: Option<ResourcePolicyInstanceSchedulePolicy>,
pub kind: Option<String>,
pub name: Option<String>,
pub region: Option<String>,
pub resource_status: Option<ResourcePolicyResourceStatus>,
pub self_link: Option<String>,
pub snapshot_schedule_policy: Option<ResourcePolicySnapshotSchedulePolicy>,
pub status: Option<String>,
}
Expand description
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.
Fields§
§creation_timestamp: Option<String>
[Output Only] Creation timestamp in RFC3339 text format.
description: Option<String>
§disk_consistency_group_policy: Option<ResourcePolicyDiskConsistencyGroupPolicy>
Resource policy for disk consistency groups.
group_placement_policy: Option<ResourcePolicyGroupPlacementPolicy>
Resource policy for instances for placement configuration.
id: Option<u64>
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
instance_schedule_policy: Option<ResourcePolicyInstanceSchedulePolicy>
Resource policy for scheduling instance operations.
kind: Option<String>
[Output Only] Type of the resource. Always compute#resource_policies for resource policies.
name: Option<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: Option<String>
§resource_status: Option<ResourcePolicyResourceStatus>
[Output Only] The system status of the resource policy.
self_link: Option<String>
[Output Only] Server-defined fully-qualified URL for this resource.
snapshot_schedule_policy: Option<ResourcePolicySnapshotSchedulePolicy>
Resource policy for persistent disks for creating snapshots.
status: Option<String>
[Output Only] The status of resource policy creation. Check the Status enum for the list of possible values.
Implementations§
source§impl ResourcePolicy
impl ResourcePolicy
sourcepub fn creation_timestamp(&self) -> &str
pub fn creation_timestamp(&self) -> &str
Returns the value of creation_timestamp
, or the default value if creation_timestamp
is unset.
sourcepub fn region(&self) -> &str
pub fn region(&self) -> &str
Returns the value of region
, or the default value if region
is unset.
sourcepub fn status(&self) -> &str
pub fn status(&self) -> &str
Returns the value of status
, or the default value if status
is unset.
sourcepub fn description(&self) -> &str
pub fn description(&self) -> &str
Returns the value of description
, or the default value if description
is unset.
Trait Implementations§
source§impl Clone for ResourcePolicy
impl Clone for ResourcePolicy
source§fn clone(&self) -> ResourcePolicy
fn clone(&self) -> ResourcePolicy
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ResourcePolicy
impl Debug for ResourcePolicy
source§impl Default for ResourcePolicy
impl Default for ResourcePolicy
source§impl Message for ResourcePolicy
impl Message for ResourcePolicy
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ResourcePolicy
impl PartialEq for ResourcePolicy
source§fn eq(&self, other: &ResourcePolicy) -> bool
fn eq(&self, other: &ResourcePolicy) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResourcePolicy
Auto Trait Implementations§
impl Freeze for ResourcePolicy
impl RefUnwindSafe for ResourcePolicy
impl Send for ResourcePolicy
impl Sync for ResourcePolicy
impl Unpin for ResourcePolicy
impl UnwindSafe for ResourcePolicy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request