Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class FleetPackageInfo.
FleetPackageInfo represents the status of the FleetPackage
across all the
target clusters.
Generated from protobuf message google.cloud.configdelivery.v1.FleetPackageInfo
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ active_rollout
string
Optional. The active rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
↳ last_completed_rollout
string
Optional. The last completed rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
↳ state
int
Optional. Output only. The current state of the FleetPackage
.
↳ errors
array< FleetPackageError
>
Optional. Output only. Errors encountered during configuration deployment (if any).
getActiveRollout
Optional. The active rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
string
setActiveRollout
Optional. The active rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
var
string
$this
getLastCompletedRollout
Optional. The last completed rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
string
setLastCompletedRollout
Optional. The last completed rollout, if any. Format is projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
var
string
$this
getState
Optional. Output only. The current state of the FleetPackage
.
int
setState
Optional. Output only. The current state of the FleetPackage
.
var
int
$this
getErrors
Optional. Output only. Errors encountered during configuration deployment (if any).
setErrors
Optional. Output only. Errors encountered during configuration deployment (if any).
$this