Struct gapi_grpc::google::cloud::assuredworkloads::v1beta1::workload::KmsSettings[][src]

pub struct KmsSettings {
    pub next_rotation_time: Option<Timestamp>,
    pub rotation_period: Option<Duration>,
}

Settings specific to the Key Management Service.

Fields

next_rotation_time: Option<Timestamp>

Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.

rotation_period: Option<Duration>

Required. Input only. Immutable. [next_rotation_time] will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.

Trait Implementations

impl Clone for KmsSettings[src]

impl Debug for KmsSettings[src]

impl Default for KmsSettings[src]

impl Message for KmsSettings[src]

impl PartialEq<KmsSettings> for KmsSettings[src]

impl StructuralPartialEq for KmsSettings[src]

Auto Trait Implementations

impl RefUnwindSafe for KmsSettings

impl Send for KmsSettings

impl Sync for KmsSettings

impl Unpin for KmsSettings

impl UnwindSafe for KmsSettings

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> 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>, 
[src]

impl<T> WithSubscriber for T[src]