[][src]Struct gcp_client::google::cloud::osconfig::agentendpoint::v1beta::EffectiveGuestPolicy

pub struct EffectiveGuestPolicy {
    pub packages: Vec<SourcedPackage>,
    pub package_repositories: Vec<SourcedPackageRepository>,
    pub software_recipes: Vec<SourcedSoftwareRecipe>,
}

The effective guest policy assigned to the instance.

Fields

packages: Vec<SourcedPackage>

List of package configurations assigned to the VM instance.

package_repositories: Vec<SourcedPackageRepository>

List of package repository configurations assigned to the VM instance.

software_recipes: Vec<SourcedSoftwareRecipe>

List of recipes assigned to the VM instance.

Trait Implementations

impl Clone for EffectiveGuestPolicy[src]

impl Debug for EffectiveGuestPolicy[src]

impl Default for EffectiveGuestPolicy[src]

impl Message for EffectiveGuestPolicy[src]

impl PartialEq<EffectiveGuestPolicy> for EffectiveGuestPolicy[src]

impl StructuralPartialEq for EffectiveGuestPolicy[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]