GoogleApi.VMwareEngine.V1.Model.Upgrade (google_api_v_mware_engine v0.5.0)

View Source

Describes Private cloud Upgrade.

Attributes

  • componentUpgrades (type: list(GoogleApi.VMwareEngine.V1.Model.VmwareUpgradeComponent.t), default: nil) - Output only. Output Only. The list of component upgrades.
  • createTime (type: DateTime.t, default: nil) - Output only. Output Only. Creation time of this resource.
  • description (type: String.t, default: nil) - Output only. Output Only. The description of the upgrade. This is used to provide additional information about the private cloud upgrade, such as the upgrade's purpose, the changes included in the upgrade, or any other relevant information about the upgrade.
  • endTime (type: DateTime.t, default: nil) - Output only. Output Only. End time of the upgrade.
  • estimatedDuration (type: String.t, default: nil) - Output only. Output Only. The estimated total duration of the upgrade. This information can be used to plan or schedule upgrades to minimize disruptions. Please note that the estimated duration is only an estimate. The actual upgrade duration may vary.
  • etag (type: String.t, default: nil) - The etag for the upgrade resource. If this is provided on update, it must match the server's etag.
  • name (type: String.t, default: nil) - Output only. Identifier. The resource name of the private cloud Upgrade. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-west1-a/privateClouds/my-cloud/upgrades/my-upgrade
  • schedule (type: GoogleApi.VMwareEngine.V1.Model.Schedule.t, default: nil) - Schedule details for the upgrade.
  • startVersion (type: String.t, default: nil) - Output only. Output Only. The start version
  • state (type: String.t, default: nil) - Output only. The current state of the upgrade.
  • targetVersion (type: String.t, default: nil) - Output only. Output Only. The target version
  • type (type: String.t, default: nil) - Output only. Output Only. The type of upgrade.
  • uid (type: String.t, default: nil) - Output only. System-generated unique identifier for the resource.
  • updateTime (type: DateTime.t, default: nil) - Output only. Output Only. Last update time of this resource.
  • version (type: String.t, default: nil) - Output only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Upgrade{
  componentUpgrades:
    [GoogleApi.VMwareEngine.V1.Model.VmwareUpgradeComponent.t()] | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  endTime: DateTime.t() | nil,
  estimatedDuration: String.t() | nil,
  etag: String.t() | nil,
  name: String.t() | nil,
  schedule: GoogleApi.VMwareEngine.V1.Model.Schedule.t() | nil,
  startVersion: String.t() | nil,
  state: String.t() | nil,
  targetVersion: String.t() | nil,
  type: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.