Struct google_container1::Operation [] [src]

pub struct Operation {
    pub status: Option<String>,
    pub name: Option<String>,
    pub zone: Option<String>,
    pub detail: Option<String>,
    pub self_link: Option<String>,
    pub operation_type: Option<String>,
    pub status_message: Option<String>,
    pub target_link: Option<String>,
}

This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The current status of the operation.

The server-assigned ID for the operation.

The name of the Google Compute Engine zone in which the operation is taking place.

Detailed operation progress, if available.

Server-defined URL for the resource.

The operation type.

If an error has occurred, a textual description of the error.

Server-defined URL for the target of the operation.

Trait Implementations

impl Default for Operation
[src]

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

impl Clone for Operation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Operation
[src]

Formats the value using the given formatter.

impl ResponseResult for Operation
[src]