Struct google_sql1_beta4::api::RotateServerCaContext
source · Expand description
Instance rotate server CA context.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kind: Option<String>This is always sql#rotateServerCaContext.
next_version: Option<String>The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
Trait Implementations§
source§impl Clone for RotateServerCaContext
impl Clone for RotateServerCaContext
source§fn clone(&self) -> RotateServerCaContext
fn clone(&self) -> RotateServerCaContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RotateServerCaContext
impl Debug for RotateServerCaContext
source§impl Default for RotateServerCaContext
impl Default for RotateServerCaContext
source§fn default() -> RotateServerCaContext
fn default() -> RotateServerCaContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RotateServerCaContext
impl<'de> Deserialize<'de> for RotateServerCaContext
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more