Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::FleetPackageInfo.
FleetPackageInfo represents the status of the FleetPackage
across all the
target clusters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_rollout
def active_rollout() -> ::String
Returns
-
(::String) — Optional. The active rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
#active_rollout=
def active_rollout=(value) -> ::String
Parameter
-
value (::String) — Optional. The active rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
Returns
-
(::String) — Optional. The active rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
#errors
def errors() -> ::Array<::Google::Cloud::ConfigDelivery::V1::FleetPackageError>
Returns
- (::Array<::Google::Cloud::ConfigDelivery::V1::FleetPackageError>) — Optional. Output only. Errors encountered during configuration deployment (if any).
#last_completed_rollout
def last_completed_rollout() -> ::String
Returns
-
(::String) — Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
#last_completed_rollout=
def last_completed_rollout=(value) -> ::String
Parameter
-
value (::String) — Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
Returns
-
(::String) — Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}
.
#state
def state() -> ::Google::Cloud::ConfigDelivery::V1::FleetPackageInfo::State
Returns
-
(::Google::Cloud::ConfigDelivery::V1::FleetPackageInfo::State) — Optional. Output only. The current state of the
FleetPackage
.