Struct google_sql1_beta4::api::CloneContext [−][src]
pub struct CloneContext {
pub bin_log_coordinates: Option<BinLogCoordinates>,
pub destination_instance_name: Option<String>,
pub kind: Option<String>,
pub pitr_timestamp_ms: Option<String>,
pub point_in_time: Option<String>,
}Expand description
Database instance clone context.
This type is not used in any activity, and only used as part of another schema.
Fields
bin_log_coordinates: Option<BinLogCoordinates>Binary log coordinates, if specified, identify the position up to which the source instance should be cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
destination_instance_name: Option<String>Name of the Cloud SQL instance to be created as a clone.
kind: Option<String>This is always sql#cloneContext.
pitr_timestamp_ms: Option<String>Reserved for future use.
point_in_time: Option<String>Reserved for future use.
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for CloneContext
impl Send for CloneContext
impl Sync for CloneContext
impl Unpin for CloneContext
impl UnwindSafe for CloneContext
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more