RolloutArgs

data class RolloutArgs(val annotations: Output<Map<String, String>>? = null, val deliveryPipelineId: Output<String>? = null, val description: Output<String>? = null, val etag: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val releaseId: Output<String>? = null, val requestId: Output<String>? = null, val rolloutId: Output<String>? = null, val startingPhaseId: Output<String>? = null, val targetId: Output<String>? = null) : ConvertibleToJava<RolloutArgs>

Creates a new Rollout in a given project and location. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun RolloutArgs(annotations: Output<Map<String, String>>? = null, deliveryPipelineId: Output<String>? = null, description: Output<String>? = null, etag: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, releaseId: Output<String>? = null, requestId: Output<String>? = null, rolloutId: Output<String>? = null, startingPhaseId: Output<String>? = null, targetId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RolloutArgs

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>? = null

User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Link copied to clipboard
val deliveryPipelineId: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null

Description of the Rollout for user purposes. Max length is 255 characters.

Link copied to clipboard
val etag: Output<String>? = null

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Optional. Name of the Rollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val releaseId: Output<String>? = null
Link copied to clipboard
val requestId: Output<String>? = null

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val rolloutId: Output<String>? = null

Required. ID of the Rollout.

Link copied to clipboard
val startingPhaseId: Output<String>? = null

Optional. The starting phase ID for the Rollout. If empty the Rollout will start at the first phase.

Link copied to clipboard
val targetId: Output<String>? = null

The ID of Target to which this Rollout is deploying.