Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class FleetPackageInfo.
FleetPackageInfo represents the status of the FleetPackage
across all the
target clusters.
Generated from protobuf message google.cloud.configdelivery.v1beta.FleetPackageInfo
Namespace
Google \ Cloud \ ConfigDelivery \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ active_rollout |
string
Optional. The active rollout, if any. Format is |
↳ last_completed_rollout |
string
Optional. The last completed rollout, if any. Format is |
↳ state |
int
Optional. Output only. The current state of the |
↳ 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}
.
Returns | |
---|---|
Type | Description |
string |
setActiveRollout
Optional. The active rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLastCompletedRollout
Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
Returns | |
---|---|
Type | Description |
string |
setLastCompletedRollout
Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getState
Optional. Output only. The current state of the FleetPackage
.
Returns | |
---|---|
Type | Description |
int |
setState
Optional. Output only. The current state of the FleetPackage
.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getErrors
Optional. Output only. Errors encountered during configuration deployment (if any).
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setErrors
Optional. Output only. Errors encountered during configuration deployment (if any).
Parameter | |
---|---|
Name | Description |
var |
array<FleetPackageError>
|
Returns | |
---|---|
Type | Description |
$this |