Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeDetails.
UpgradeDetails contains detailed information of each individual upgrade operation.
Generated from protobuf message google.container.v1.UpgradeDetails
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
Output only. The state of the upgrade.
↳ start_time
↳ end_time
↳ initial_version
string
The version before the upgrade.
↳ target_version
string
The version after the upgrade.
↳ start_type
int
The start type of the upgrade.
getState
Output only. The state of the upgrade.
int
setState
Output only. The state of the upgrade.
var
int
$this
getStartTime
The start timestamp of the upgrade.
hasStartTime
clearStartTime
setStartTime
The start timestamp of the upgrade.
$this
getEndTime
The end timestamp of the upgrade.
hasEndTime
clearEndTime
setEndTime
The end timestamp of the upgrade.
$this
getInitialVersion
The version before the upgrade.
string
setInitialVersion
The version before the upgrade.
var
string
$this
getTargetVersion
The version after the upgrade.
string
setTargetVersion
The version after the upgrade.
var
string
$this
getStartType
The start type of the upgrade.
int
setStartType
The start type of the upgrade.
var
int
$this