Class RolloutOperationInfoResponse
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.RolloutOperationInfoResponse
-
public final class RolloutOperationInfoResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RolloutOperationInfoResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RolloutOperationInfoResponse.Builder
builder()
static RolloutOperationInfoResponse.Builder
builder(RolloutOperationInfoResponse defaults)
java.lang.String
endTime()
CloudErrorBodyResponse
error()
java.lang.Integer
retryAttempt()
java.lang.Boolean
skipSucceededOnRetry()
java.lang.String
startTime()
-
-
-
Method Detail
-
endTime
public java.lang.String endTime()
- Returns:
- The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.
-
error
public CloudErrorBodyResponse error()
- Returns:
- The detailed error information for any failure.
-
retryAttempt
public java.lang.Integer retryAttempt()
- Returns:
- The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.
-
skipSucceededOnRetry
public java.lang.Boolean skipSucceededOnRetry()
- Returns:
- True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.
-
startTime
public java.lang.String startTime()
- Returns:
- The start time of the rollout in UTC.
-
builder
public static RolloutOperationInfoResponse.Builder builder()
-
builder
public static RolloutOperationInfoResponse.Builder builder(RolloutOperationInfoResponse defaults)
-
-