BareMetalVersionInfo

Contains information about a specific Anthos on bare metal version.

JSON representation
{
  "version": string,
  "hasDependencies": boolean,
  "dependencies": [
    {
      object (UpgradeDependency)
    }
  ]
}
Fields
version

string

Version number e.g. 1.13.1.

hasDependencies

boolean

If set, the cluster dependencies (e.g. the admin cluster, other user clusters managed by the same admin cluster, version skew policy, etc) must be upgraded before this version can be installed or upgraded to.

dependencies[]

object (UpgradeDependency)

The list of upgrade dependencies for this version.