Reference documentation and code samples for the Config Delivery V1 API class Google::Cloud::ConfigDelivery::V1::RolloutInfo.
RolloutInfo represents the state of the FleetPackage
at all the
clusters the rollout is targeting.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the rollout completed.
#message
def message() -> ::String
Returns
- (::String) — Output only. Message containing additional information related to the rollout.
#rollout_strategy_info
def rollout_strategy_info() -> ::Google::Cloud::ConfigDelivery::V1::RolloutStrategyInfo
Returns
- (::Google::Cloud::ConfigDelivery::V1::RolloutStrategyInfo) — Output only. Rollout strategy info represents the status of execution of rollout strategy.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the rollout started.
#state
def state() -> ::Google::Cloud::ConfigDelivery::V1::RolloutInfo::State
Returns
- (::Google::Cloud::ConfigDelivery::V1::RolloutInfo::State) — Output only. state contains the overall status of the Rollout.