Struct google_api_proto::google::cloud::osconfig::v1alpha::OsPolicyAssignment
source · pub struct OsPolicyAssignment {Show 13 fields
pub name: String,
pub description: String,
pub os_policies: Vec<OsPolicy>,
pub instance_filter: Option<InstanceFilter>,
pub rollout: Option<Rollout>,
pub revision_id: String,
pub revision_create_time: Option<Timestamp>,
pub etag: String,
pub rollout_state: i32,
pub baseline: bool,
pub deleted: bool,
pub reconciling: bool,
pub uid: String,
}
Expand description
OS policy assignment is an API resource that is used to apply a set of OS policies to a dynamically targeted group of Compute Engine VM instances.
An OS policy is used to define the desired state configuration for a Compute Engine VM instance through a set of configuration resources that provide capabilities such as installing or removing software packages, or executing a script.
For more information, see OS policy and OS policy assignment.
Fields§
§name: String
Resource name.
Format:
projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id}
This field is ignored when you create an OS policy assignment.
description: String
OS policy assignment description. Length of the description is limited to 1024 characters.
os_policies: Vec<OsPolicy>
Required. List of OS policies to be applied to the VMs.
instance_filter: Option<InstanceFilter>
Required. Filter to select VMs.
rollout: Option<Rollout>
Required. Rollout to deploy the OS policy assignment. A rollout is triggered in the following situations:
- OSPolicyAssignment is created.
- OSPolicyAssignment is updated and the update contains changes to one of
the following fields:
- instance_filter
- os_policies
- OSPolicyAssignment is deleted.
revision_id: String
Output only. The assignment revision ID A new revision is committed whenever a rollout is triggered for a OS policy assignment
revision_create_time: Option<Timestamp>
Output only. The timestamp that the revision was created.
etag: String
The etag for this OS policy assignment. If this is provided on update, it must match the server’s etag.
rollout_state: i32
Output only. OS policy assignment rollout state
baseline: bool
Output only. Indicates that this revision has been successfully rolled out in this zone and new VMs will be assigned OS policies from this revision.
For a given OS policy assignment, there is only one revision with a value
of true
for this field.
deleted: bool
Output only. Indicates that this revision deletes the OS policy assignment.
reconciling: bool
Output only. Indicates that reconciliation is in progress for the revision.
This value is true
when the rollout_state
is one of:
- IN_PROGRESS
- CANCELLING
uid: String
Output only. Server generated unique id for the OS policy assignment resource.
Implementations§
source§impl OsPolicyAssignment
impl OsPolicyAssignment
sourcepub fn rollout_state(&self) -> RolloutState
pub fn rollout_state(&self) -> RolloutState
Returns the enum value of rollout_state
, or the default if the field is set to an invalid enum value.
sourcepub fn set_rollout_state(&mut self, value: RolloutState)
pub fn set_rollout_state(&mut self, value: RolloutState)
Sets rollout_state
to the provided enum value.
Trait Implementations§
source§impl Clone for OsPolicyAssignment
impl Clone for OsPolicyAssignment
source§fn clone(&self) -> OsPolicyAssignment
fn clone(&self) -> OsPolicyAssignment
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OsPolicyAssignment
impl Debug for OsPolicyAssignment
source§impl Default for OsPolicyAssignment
impl Default for OsPolicyAssignment
source§impl Message for OsPolicyAssignment
impl Message for OsPolicyAssignment
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 OsPolicyAssignment
impl PartialEq for OsPolicyAssignment
source§fn eq(&self, other: &OsPolicyAssignment) -> bool
fn eq(&self, other: &OsPolicyAssignment) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OsPolicyAssignment
Auto Trait Implementations§
impl Freeze for OsPolicyAssignment
impl RefUnwindSafe for OsPolicyAssignment
impl Send for OsPolicyAssignment
impl Sync for OsPolicyAssignment
impl Unpin for OsPolicyAssignment
impl UnwindSafe for OsPolicyAssignment
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