Struct google_container1::Operation[][src]

pub struct Operation {
    pub status: Option<String>,
    pub status_message: Option<String>,
    pub start_time: Option<String>,
    pub zone: Option<String>,
    pub detail: Option<String>,
    pub target_link: Option<String>,
    pub operation_type: Option<String>,
    pub end_time: Option<String>,
    pub self_link: Option<String>,
    pub name: 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.

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

[Output only] The time the operation started, in RFC3339 text format.

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 target of the operation.

The operation type.

[Output only] The time the operation completed, in RFC3339 text format.

Server-defined URL for the resource.

The server-assigned ID for 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. Read more

impl ResponseResult for Operation
[src]

Auto Trait Implementations

impl Send for Operation

impl Sync for Operation