Struct google_sqladmin1_beta4::CloneContext [] [src]

pub struct CloneContext {
    pub bin_log_coordinates: Option<BinLogCoordinates>,
    pub kind: Option<String>,
    pub destination_instance_name: Option<String>,
}

Database instance clone context.

This type is not used in any activity, and only used as part of another schema.

Fields

Binary log coordinates, if specified, indentify the 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 coordintes.

This is always sql#cloneContext.

Name of the Cloud SQL instance to be created as a clone.

Trait Implementations

impl Debug for CloneContext
[src]

Formats the value using the given formatter.

impl Clone for CloneContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CloneContext
[src]

Returns the "default value" for a type. Read more

impl Part for CloneContext
[src]