google_api_container v0.6.0 GoogleApi.Container.V1.Model.Operation View Source

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

Attributes

  • clusterConditions ([StatusCondition]): Which conditions caused the current cluster state. Defaults to: null.
  • detail (String.t): Detailed operation progress, if available. Defaults to: null.
  • endTime (String.t): [Output only] The time the operation completed, in RFC3339 text format. Defaults to: null.
  • location (String.t): [Output only] The name of the Google Compute Engine zone or region in which the cluster resides. Defaults to: null.
  • name (String.t): The server-assigned ID for the operation. Defaults to: null.
  • nodepoolConditions ([StatusCondition]): Which conditions caused the current node pool state. Defaults to: null.
  • operationType (String.t): The operation type. Defaults to: null.

    • Enum - one of [TYPE_UNSPECIFIED, CREATE_CLUSTER, DELETE_CLUSTER, UPGRADE_MASTER, UPGRADE_NODES, REPAIR_CLUSTER, UPDATE_CLUSTER, CREATE_NODE_POOL, DELETE_NODE_POOL, SET_NODE_POOL_MANAGEMENT, AUTO_REPAIR_NODES, AUTO_UPGRADE_NODES, SET_LABELS, SET_MASTER_AUTH, SET_NODE_POOL_SIZE, SET_NETWORK_POLICY, SET_MAINTENANCE_POLICY]
  • selfLink (String.t): Server-defined URL for the resource. Defaults to: null.
  • startTime (String.t): [Output only] The time the operation started, in RFC3339 text format. Defaults to: null.
  • status (String.t): The current status of the operation. Defaults to: null.

    • Enum - one of [STATUS_UNSPECIFIED, PENDING, RUNNING, DONE, ABORTING]
  • statusMessage (String.t): If an error has occurred, a textual description of the error. Defaults to: null.
  • targetLink (String.t): Server-defined URL for the target of the operation. Defaults to: null.
  • zone (String.t): The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Container.V1.Model.Operation{
  clusterConditions: [GoogleApi.Container.V1.Model.StatusCondition.t()],
  detail: any(),
  endTime: any(),
  location: any(),
  name: any(),
  nodepoolConditions: [GoogleApi.Container.V1.Model.StatusCondition.t()],
  operationType: any(),
  selfLink: any(),
  startTime: any(),
  status: any(),
  statusMessage: any(),
  targetLink: any(),
  zone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.