Struct google_replicapoolupdater1_beta1::InstanceUpdate [] [src]

pub struct InstanceUpdate {
    pub status: Option<String>,
    pub instance: Option<String>,
    pub error: Option<InstanceUpdateError>,
}

Update of a single instance.

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

Fields

Status of the instance update. Possible values are: - "PENDING": The instance update is pending execution. - "ROLLING_FORWARD": The instance update is going forward. - "ROLLING_BACK": The instance update is being rolled back. - "PAUSED": The instance update is temporarily paused (inactive). - "ROLLED_OUT": The instance update is finished, the instance is running the new template. - "ROLLED_BACK": The instance update is finished, the instance has been reverted to the previous template. - "CANCELLED": The instance update is paused and no longer can be resumed, undefined in which template the instance is running.

Fully-qualified URL of the instance being updated.

Errors that occurred during the instance update.

Trait Implementations

impl Default for InstanceUpdate
[src]

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

impl Clone for InstanceUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InstanceUpdate
[src]

Formats the value using the given formatter.

impl Part for InstanceUpdate
[src]