Class: Google::Cloud::ConfigDelivery::V1::FleetPackageInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigDelivery::V1::FleetPackageInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
FleetPackageInfo represents the status of the FleetPackage across all the
target clusters.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#active_rollout ⇒ ::String
Optional.
-
#errors ⇒ ::Array<::Google::Cloud::ConfigDelivery::V1::FleetPackageError>
readonly
Optional.
-
#last_completed_rollout ⇒ ::String
Optional.
-
#state ⇒ ::Google::Cloud::ConfigDelivery::V1::FleetPackageInfo::State
readonly
Optional.
Instance Attribute Details
#active_rollout ⇒ ::String
Returns Optional. The active rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 384 class FleetPackageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for the `FleetPackage` state. module State # Unspecified state. STATE_UNSPECIFIED = 0 # `FleetPackage` is active. ACTIVE = 1 # `FleetPackage` is suspended. SUSPENDED = 2 # `FleetPackage` has failed to reconcile. FAILED = 3 # `FleetPackage` is being deleted. DELETING = 4 end end |
#errors ⇒ ::Array<::Google::Cloud::ConfigDelivery::V1::FleetPackageError> (readonly)
Returns Optional. Output only. Errors encountered during configuration deployment (if any).
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 384 class FleetPackageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for the `FleetPackage` state. module State # Unspecified state. STATE_UNSPECIFIED = 0 # `FleetPackage` is active. ACTIVE = 1 # `FleetPackage` is suspended. SUSPENDED = 2 # `FleetPackage` has failed to reconcile. FAILED = 3 # `FleetPackage` is being deleted. DELETING = 4 end end |
#last_completed_rollout ⇒ ::String
Returns Optional. The last completed rollout, if any. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{rollout}.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 384 class FleetPackageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for the `FleetPackage` state. module State # Unspecified state. STATE_UNSPECIFIED = 0 # `FleetPackage` is active. ACTIVE = 1 # `FleetPackage` is suspended. SUSPENDED = 2 # `FleetPackage` has failed to reconcile. FAILED = 3 # `FleetPackage` is being deleted. DELETING = 4 end end |
#state ⇒ ::Google::Cloud::ConfigDelivery::V1::FleetPackageInfo::State (readonly)
Returns Optional. Output only. The current state of the FleetPackage.
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 384 class FleetPackageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for the `FleetPackage` state. module State # Unspecified state. STATE_UNSPECIFIED = 0 # `FleetPackage` is active. ACTIVE = 1 # `FleetPackage` is suspended. SUSPENDED = 2 # `FleetPackage` has failed to reconcile. FAILED = 3 # `FleetPackage` is being deleted. DELETING = 4 end end |