Struct google_container1::Operation [−][src]
pub struct Operation {
pub status: Option<String>,
pub status_message: Option<String>,
pub name: Option<String>,
pub zone: Option<String>,
pub start_time: Option<String>,
pub detail: Option<String>,
pub location: Option<String>,
pub operation_type: Option<String>,
pub end_time: Option<String>,
pub self_link: 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).
- zones clusters node pools rollback projects (response)
- locations clusters node pools set autoscaling projects (response)
- zones clusters node pools create projects (response)
- zones clusters monitoring projects (response)
- locations clusters update projects (response)
- zones clusters delete projects (response)
- zones clusters legacy abac projects (response)
- zones clusters set master auth projects (response)
- locations clusters delete projects (response)
- locations clusters node pools delete projects (response)
- zones clusters start ip rotation projects (response)
- zones clusters create projects (response)
- locations clusters set addons projects (response)
- locations clusters complete ip rotation projects (response)
- locations clusters node pools update projects (response)
- locations clusters node pools set size projects (response)
- locations clusters set network policy projects (response)
- zones clusters node pools set management projects (response)
- zones operations get projects (response)
- locations clusters set monitoring projects (response)
- locations clusters set locations projects (response)
- zones clusters logging projects (response)
- zones clusters update projects (response)
- zones clusters node pools autoscaling projects (response)
- zones clusters node pools set size projects (response)
- locations clusters set legacy abac projects (response)
- locations clusters create projects (response)
- locations clusters node pools set management projects (response)
- locations clusters update master projects (response)
- zones clusters set maintenance policy projects (response)
- locations clusters node pools rollback projects (response)
- zones clusters node pools delete projects (response)
- zones clusters locations projects (response)
- locations clusters start ip rotation projects (response)
- locations clusters set resource labels projects (response)
- locations clusters node pools create projects (response)
- zones clusters master projects (response)
- zones clusters node pools update projects (response)
- zones clusters set network policy projects (response)
- locations clusters set maintenance policy projects (response)
- zones clusters addons projects (response)
- locations clusters set master auth projects (response)
- zones clusters complete ip rotation projects (response)
- zones clusters resource labels projects (response)
- locations clusters set logging projects (response)
- locations operations get projects (response)
Fields
status: Option<String>
The current status of the operation.
status_message: Option<String>
If an error has occurred, a textual description of the error.
name: Option<String>
The server-assigned ID for the operation.
zone: Option<String>
The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.
start_time: Option<String>
[Output only] The time the operation started, in RFC3339 text format.
detail: Option<String>
Detailed operation progress, if available.
location: Option<String>
operation_type: Option<String>
The operation type.
end_time: Option<String>
[Output only] The time the operation completed, in RFC3339 text format.
self_link: Option<String>
Server-defined URL for the resource.
target_link: Option<String>
Server-defined URL for the target of the operation.
Trait Implementations
impl Default for Operation[src]
impl Default for Operationimpl Clone for Operation[src]
impl Clone for Operationfn clone(&self) -> Operation[src]
fn clone(&self) -> OperationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for Operation[src]
impl Debug for Operationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for Operation[src]
impl ResponseResult for Operation