Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetails.
Details of the wave for products using the Orchestrated integration model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#completed_resources_count
def completed_resources_count() -> ::Integer
Returns
- (::Integer) — Output only. Resource completed so far.
#completed_resources_count=
def completed_resources_count=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. Resource completed so far.
Returns
- (::Integer) — Output only. Resource completed so far.
#estimated_completion_time
def estimated_completion_time() -> ::String
Returns
- (::String) — Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
#estimated_completion_time=
def estimated_completion_time=(value) -> ::String
Parameter
- value (::String) — Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
Returns
- (::String) — Output only. Estimated timestamp at which the wave will complete. Extrapolated from current progress.
#estimated_total_resources_count
def estimated_total_resources_count() -> ::Integer
Returns
- (::Integer) — Output only. Estimated total count of resources.
#estimated_total_resources_count=
def estimated_total_resources_count=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. Estimated total count of resources.
Returns
- (::Integer) — Output only. Estimated total count of resources.
#failed_locations
def failed_locations() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
#failed_locations=
def failed_locations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
Returns
- (::Array<::String>) — Output only. Locations that failed during orchestration, and ProgressiveRollout stopped retrying. There may be some successful resources rolled out in the wave as the location may have failed later in the Rollout.
#failed_resources_count
def failed_resources_count() -> ::Integer
Returns
- (::Integer) — Output only. Resources failed.
#failed_resources_count=
def failed_resources_count=(value) -> ::Integer
Parameter
- value (::Integer) — Output only. Resources failed.
Returns
- (::Integer) — Output only. Resources failed.
#location_status
def location_status() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus}) — Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
#location_status=
def location_status=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus}) — Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus}) — Output only. Status of each location in the wave. Map keys (locations) must be specified like "us-east1" or "asia-west1-a".