Get Rollout Result
data class GetRolloutResult(val artifactSourceId: String? = null, val buildVersion: String, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val operationInfo: RolloutOperationInfoResponse, val services: List<ServiceResponse>, val status: String, val stepGroups: List<StepGroupResponse>, val tags: Map<String, String>? = null, val targetServiceTopologyId: String, val totalRetryAttempts: Int, val type: String)
Defines the rollout.
Constructors
Link copied to clipboard
constructor(artifactSourceId: String? = null, buildVersion: String, id: String, identity: IdentityResponse? = null, location: String, name: String, operationInfo: RolloutOperationInfoResponse, services: List<ServiceResponse>, status: String, stepGroups: List<StepGroupResponse>, tags: Map<String, String>? = null, targetServiceTopologyId: String, totalRetryAttempts: Int, type: String)
Properties
Link copied to clipboard
The reference to the artifact source resource Id where the payload is located.
Link copied to clipboard
The version of the build being deployed.
Link copied to clipboard
Identity for the resource.
Link copied to clipboard
Operational information of the rollout.
Link copied to clipboard
The detailed information on the services being deployed.
Link copied to clipboard
The list of step groups that define the orchestration.
Link copied to clipboard
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
Link copied to clipboard
The cardinal count of total number of retries performed on the rollout at a given time.