Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.clouddeploy/v1.getRollout
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single Rollout.
Using getRollout
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRollout(args: GetRolloutArgs, opts?: InvokeOptions): Promise<GetRolloutResult>
function getRolloutOutput(args: GetRolloutOutputArgs, opts?: InvokeOptions): Output<GetRolloutResult>
def get_rollout(delivery_pipeline_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
release_id: Optional[str] = None,
rollout_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRolloutResult
def get_rollout_output(delivery_pipeline_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
release_id: Optional[pulumi.Input[str]] = None,
rollout_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRolloutResult]
func LookupRollout(ctx *Context, args *LookupRolloutArgs, opts ...InvokeOption) (*LookupRolloutResult, error)
func LookupRolloutOutput(ctx *Context, args *LookupRolloutOutputArgs, opts ...InvokeOption) LookupRolloutResultOutput
> Note: This function is named LookupRollout
in the Go SDK.
public static class GetRollout
{
public static Task<GetRolloutResult> InvokeAsync(GetRolloutArgs args, InvokeOptions? opts = null)
public static Output<GetRolloutResult> Invoke(GetRolloutInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRolloutResult> getRollout(GetRolloutArgs args, InvokeOptions options)
public static Output<GetRolloutResult> getRollout(GetRolloutArgs args, InvokeOptions options)
fn::invoke:
function: google-native:clouddeploy/v1:getRollout
arguments:
# arguments dictionary
The following arguments are supported:
- Delivery
Pipeline Id This property is required. string - Location
This property is required. string - Release
Id This property is required. string - Rollout
Id This property is required. string - Project string
- Delivery
Pipeline Id This property is required. string - Location
This property is required. string - Release
Id This property is required. string - Rollout
Id This property is required. string - Project string
- delivery
Pipeline Id This property is required. String - location
This property is required. String - release
Id This property is required. String - rollout
Id This property is required. String - project String
- delivery
Pipeline Id This property is required. string - location
This property is required. string - release
Id This property is required. string - rollout
Id This property is required. string - project string
- delivery_
pipeline_ id This property is required. str - location
This property is required. str - release_
id This property is required. str - rollout_
id This property is required. str - project str
- delivery
Pipeline Id This property is required. String - location
This property is required. String - release
Id This property is required. String - rollout
Id This property is required. String - project String
getRollout Result
The following output properties are available:
- Annotations Dictionary<string, string>
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- Approval
State string - Approval state of the
Rollout
. - Approve
Time string - Time at which the
Rollout
was approved. - Controller
Rollout string - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - Create
Time string - Time at which the
Rollout
was created. - Deploy
End stringTime - Time at which the
Rollout
finished deploying. - Deploy
Failure stringCause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- Deploy
Start stringTime - Time at which the
Rollout
started deploying. - Deploying
Build string - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - Description string
- Description of the
Rollout
for user purposes. Max length is 255 characters. - Enqueue
Time string - Time at which the
Rollout
was enqueued. - Etag string
- 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.
- Failure
Reason string - Additional information about the rollout failure, if available.
- Labels Dictionary<string, string>
- Labels are attributes that can be set and used by both the user and by 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.
- Metadata
Pulumi.
Google Native. Cloud Deploy. V1. Outputs. Metadata Response - Metadata contains information about the rollout.
- Name string
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - Phases
List<Pulumi.
Google Native. Cloud Deploy. V1. Outputs. Phase Response> - The phases that represent the workflows of this
Rollout
. - Rollback
Of stringRollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - Rolled
Back List<string>By Rollouts - Names of
Rollouts
that rolled back thisRollout
. - State string
- Current state of the
Rollout
. - Target
Id string - The ID of Target to which this
Rollout
is deploying. - Uid string
- Unique identifier of the
Rollout
.
- Annotations map[string]string
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- Approval
State string - Approval state of the
Rollout
. - Approve
Time string - Time at which the
Rollout
was approved. - Controller
Rollout string - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - Create
Time string - Time at which the
Rollout
was created. - Deploy
End stringTime - Time at which the
Rollout
finished deploying. - Deploy
Failure stringCause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- Deploy
Start stringTime - Time at which the
Rollout
started deploying. - Deploying
Build string - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - Description string
- Description of the
Rollout
for user purposes. Max length is 255 characters. - Enqueue
Time string - Time at which the
Rollout
was enqueued. - Etag string
- 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.
- Failure
Reason string - Additional information about the rollout failure, if available.
- Labels map[string]string
- Labels are attributes that can be set and used by both the user and by 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.
- Metadata
Metadata
Response - Metadata contains information about the rollout.
- Name string
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - Phases
[]Phase
Response - The phases that represent the workflows of this
Rollout
. - Rollback
Of stringRollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - Rolled
Back []stringBy Rollouts - Names of
Rollouts
that rolled back thisRollout
. - State string
- Current state of the
Rollout
. - Target
Id string - The ID of Target to which this
Rollout
is deploying. - Uid string
- Unique identifier of the
Rollout
.
- annotations Map<String,String>
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- approval
State String - Approval state of the
Rollout
. - approve
Time String - Time at which the
Rollout
was approved. - controller
Rollout String - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - create
Time String - Time at which the
Rollout
was created. - deploy
End StringTime - Time at which the
Rollout
finished deploying. - deploy
Failure StringCause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- deploy
Start StringTime - Time at which the
Rollout
started deploying. - deploying
Build String - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - description String
- Description of the
Rollout
for user purposes. Max length is 255 characters. - enqueue
Time String - Time at which the
Rollout
was enqueued. - etag String
- 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.
- failure
Reason String - Additional information about the rollout failure, if available.
- labels Map<String,String>
- Labels are attributes that can be set and used by both the user and by 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.
- metadata
Metadata
Response - Metadata contains information about the rollout.
- name String
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - phases
List<Phase
Response> - The phases that represent the workflows of this
Rollout
. - rollback
Of StringRollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - rolled
Back List<String>By Rollouts - Names of
Rollouts
that rolled back thisRollout
. - state String
- Current state of the
Rollout
. - target
Id String - The ID of Target to which this
Rollout
is deploying. - uid String
- Unique identifier of the
Rollout
.
- annotations {[key: string]: string}
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- approval
State string - Approval state of the
Rollout
. - approve
Time string - Time at which the
Rollout
was approved. - controller
Rollout string - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - create
Time string - Time at which the
Rollout
was created. - deploy
End stringTime - Time at which the
Rollout
finished deploying. - deploy
Failure stringCause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- deploy
Start stringTime - Time at which the
Rollout
started deploying. - deploying
Build string - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - description string
- Description of the
Rollout
for user purposes. Max length is 255 characters. - enqueue
Time string - Time at which the
Rollout
was enqueued. - etag string
- 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.
- failure
Reason string - Additional information about the rollout failure, if available.
- labels {[key: string]: string}
- Labels are attributes that can be set and used by both the user and by 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.
- metadata
Metadata
Response - Metadata contains information about the rollout.
- name string
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - phases
Phase
Response[] - The phases that represent the workflows of this
Rollout
. - rollback
Of stringRollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - rolled
Back string[]By Rollouts - Names of
Rollouts
that rolled back thisRollout
. - state string
- Current state of the
Rollout
. - target
Id string - The ID of Target to which this
Rollout
is deploying. - uid string
- Unique identifier of the
Rollout
.
- annotations Mapping[str, str]
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- approval_
state str - Approval state of the
Rollout
. - approve_
time str - Time at which the
Rollout
was approved. - controller_
rollout str - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - create_
time str - Time at which the
Rollout
was created. - deploy_
end_ strtime - Time at which the
Rollout
finished deploying. - deploy_
failure_ strcause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- deploy_
start_ strtime - Time at which the
Rollout
started deploying. - deploying_
build str - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - description str
- Description of the
Rollout
for user purposes. Max length is 255 characters. - enqueue_
time str - Time at which the
Rollout
was enqueued. - etag str
- 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.
- failure_
reason str - Additional information about the rollout failure, if available.
- labels Mapping[str, str]
- Labels are attributes that can be set and used by both the user and by 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.
- metadata
Metadata
Response - Metadata contains information about the rollout.
- name str
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - phases
Sequence[Phase
Response] - The phases that represent the workflows of this
Rollout
. - rollback_
of_ strrollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - rolled_
back_ Sequence[str]by_ rollouts - Names of
Rollouts
that rolled back thisRollout
. - state str
- Current state of the
Rollout
. - target_
id str - The ID of Target to which this
Rollout
is deploying. - uid str
- Unique identifier of the
Rollout
.
- annotations Map<String>
- User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- approval
State String - Approval state of the
Rollout
. - approve
Time String - Time at which the
Rollout
was approved. - controller
Rollout String - Name of the
ControllerRollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - create
Time String - Time at which the
Rollout
was created. - deploy
End StringTime - Time at which the
Rollout
finished deploying. - deploy
Failure StringCause - The reason this rollout failed. This will always be unspecified while the rollout is in progress.
- deploy
Start StringTime - Time at which the
Rollout
started deploying. - deploying
Build String - The resource name of the Cloud Build
Build
object that is used to deploy the Rollout. Format isprojects/{project}/locations/{location}/builds/{build}
. - description String
- Description of the
Rollout
for user purposes. Max length is 255 characters. - enqueue
Time String - Time at which the
Rollout
was enqueued. - etag String
- 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.
- failure
Reason String - Additional information about the rollout failure, if available.
- labels Map<String>
- Labels are attributes that can be set and used by both the user and by 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.
- metadata Property Map
- Metadata contains information about the rollout.
- name String
- Optional. Name of the
Rollout
. Format isprojects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}
. - phases List<Property Map>
- The phases that represent the workflows of this
Rollout
. - rollback
Of StringRollout - Name of the
Rollout
that is rolled back by thisRollout
. Empty if thisRollout
wasn't created as a rollback. - rolled
Back List<String>By Rollouts - Names of
Rollouts
that rolled back thisRollout
. - state String
- Current state of the
Rollout
. - target
Id String - The ID of Target to which this
Rollout
is deploying. - uid String
- Unique identifier of the
Rollout
.
Supporting Types
AutomationRolloutMetadataResponse
- Advance
Automation Runs This property is required. List<string> - The IDs of the AutomationRuns initiated by an advance rollout rule.
- Promote
Automation Run This property is required. string - The ID of the AutomationRun initiated by a promote release rule.
- Repair
Automation Runs This property is required. List<string> - The IDs of the AutomationRuns initiated by a repair rollout rule.
- Advance
Automation Runs This property is required. []string - The IDs of the AutomationRuns initiated by an advance rollout rule.
- Promote
Automation Run This property is required. string - The ID of the AutomationRun initiated by a promote release rule.
- Repair
Automation Runs This property is required. []string - The IDs of the AutomationRuns initiated by a repair rollout rule.
- advance
Automation Runs This property is required. List<String> - The IDs of the AutomationRuns initiated by an advance rollout rule.
- promote
Automation Run This property is required. String - The ID of the AutomationRun initiated by a promote release rule.
- repair
Automation Runs This property is required. List<String> - The IDs of the AutomationRuns initiated by a repair rollout rule.
- advance
Automation Runs This property is required. string[] - The IDs of the AutomationRuns initiated by an advance rollout rule.
- promote
Automation Run This property is required. string - The ID of the AutomationRun initiated by a promote release rule.
- repair
Automation Runs This property is required. string[] - The IDs of the AutomationRuns initiated by a repair rollout rule.
- advance_
automation_ runs This property is required. Sequence[str] - The IDs of the AutomationRuns initiated by an advance rollout rule.
- promote_
automation_ run This property is required. str - The ID of the AutomationRun initiated by a promote release rule.
- repair_
automation_ runs This property is required. Sequence[str] - The IDs of the AutomationRuns initiated by a repair rollout rule.
- advance
Automation Runs This property is required. List<String> - The IDs of the AutomationRuns initiated by an advance rollout rule.
- promote
Automation Run This property is required. String - The ID of the AutomationRun initiated by a promote release rule.
- repair
Automation Runs This property is required. List<String> - The IDs of the AutomationRuns initiated by a repair rollout rule.
ChildRolloutJobsResponse
- Advance
Rollout Jobs This property is required. List<Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response> - List of AdvanceChildRolloutJobs
- Create
Rollout Jobs This property is required. List<Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response> - List of CreateChildRolloutJobs
- Advance
Rollout Jobs This property is required. []JobResponse - List of AdvanceChildRolloutJobs
- Create
Rollout Jobs This property is required. []JobResponse - List of CreateChildRolloutJobs
- advance
Rollout Jobs This property is required. List<JobResponse> - List of AdvanceChildRolloutJobs
- create
Rollout Jobs This property is required. List<JobResponse> - List of CreateChildRolloutJobs
- advance
Rollout Jobs This property is required. JobResponse[] - List of AdvanceChildRolloutJobs
- create
Rollout Jobs This property is required. JobResponse[] - List of CreateChildRolloutJobs
- advance_
rollout_ jobs This property is required. Sequence[JobResponse] - List of AdvanceChildRolloutJobs
- create_
rollout_ jobs This property is required. Sequence[JobResponse] - List of CreateChildRolloutJobs
- advance
Rollout Jobs This property is required. List<Property Map> - List of AdvanceChildRolloutJobs
- create
Rollout Jobs This property is required. List<Property Map> - List of CreateChildRolloutJobs
CloudRunMetadataResponse
- Job
This property is required. string - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - Revision
This property is required. string - The Cloud Run Revision id associated with a
Rollout
. - Service
This property is required. string - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - Service
Urls This property is required. List<string> - The Cloud Run Service urls that are associated with a
Rollout
.
- Job
This property is required. string - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - Revision
This property is required. string - The Cloud Run Revision id associated with a
Rollout
. - Service
This property is required. string - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - Service
Urls This property is required. []string - The Cloud Run Service urls that are associated with a
Rollout
.
- job
This property is required. String - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - revision
This property is required. String - The Cloud Run Revision id associated with a
Rollout
. - service
This property is required. String - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - service
Urls This property is required. List<String> - The Cloud Run Service urls that are associated with a
Rollout
.
- job
This property is required. string - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - revision
This property is required. string - The Cloud Run Revision id associated with a
Rollout
. - service
This property is required. string - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - service
Urls This property is required. string[] - The Cloud Run Service urls that are associated with a
Rollout
.
- job
This property is required. str - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - revision
This property is required. str - The Cloud Run Revision id associated with a
Rollout
. - service
This property is required. str - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - service_
urls This property is required. Sequence[str] - The Cloud Run Service urls that are associated with a
Rollout
.
- job
This property is required. String - The name of the Cloud Run job that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/jobs/{job_name}
. - revision
This property is required. String - The Cloud Run Revision id associated with a
Rollout
. - service
This property is required. String - The name of the Cloud Run Service that is associated with a
Rollout
. Format isprojects/{project}/locations/{location}/services/{service}
. - service
Urls This property is required. List<String> - The Cloud Run Service urls that are associated with a
Rollout
.
DeploymentJobsResponse
- Deploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response - The deploy Job. This is the deploy job in the phase.
- Postdeploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response - The postdeploy Job, which is the last job on the phase.
- Predeploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response - The predeploy Job, which is the first job on the phase.
- Verify
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Job Response - The verify Job. Runs after a deploy if the deploy succeeds.
- Deploy
Job This property is required. JobResponse - The deploy Job. This is the deploy job in the phase.
- Postdeploy
Job This property is required. JobResponse - The postdeploy Job, which is the last job on the phase.
- Predeploy
Job This property is required. JobResponse - The predeploy Job, which is the first job on the phase.
- Verify
Job This property is required. JobResponse - The verify Job. Runs after a deploy if the deploy succeeds.
- deploy
Job This property is required. JobResponse - The deploy Job. This is the deploy job in the phase.
- postdeploy
Job This property is required. JobResponse - The postdeploy Job, which is the last job on the phase.
- predeploy
Job This property is required. JobResponse - The predeploy Job, which is the first job on the phase.
- verify
Job This property is required. JobResponse - The verify Job. Runs after a deploy if the deploy succeeds.
- deploy
Job This property is required. JobResponse - The deploy Job. This is the deploy job in the phase.
- postdeploy
Job This property is required. JobResponse - The postdeploy Job, which is the last job on the phase.
- predeploy
Job This property is required. JobResponse - The predeploy Job, which is the first job on the phase.
- verify
Job This property is required. JobResponse - The verify Job. Runs after a deploy if the deploy succeeds.
- deploy_
job This property is required. JobResponse - The deploy Job. This is the deploy job in the phase.
- postdeploy_
job This property is required. JobResponse - The postdeploy Job, which is the last job on the phase.
- predeploy_
job This property is required. JobResponse - The predeploy Job, which is the first job on the phase.
- verify_
job This property is required. JobResponse - The verify Job. Runs after a deploy if the deploy succeeds.
- deploy
Job This property is required. Property Map - The deploy Job. This is the deploy job in the phase.
- postdeploy
Job This property is required. Property Map - The postdeploy Job, which is the last job on the phase.
- predeploy
Job This property is required. Property Map - The predeploy Job, which is the first job on the phase.
- verify
Job This property is required. Property Map - The verify Job. Runs after a deploy if the deploy succeeds.
JobResponse
- Advance
Child Rollout Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Advance Child Rollout Job Response - An advanceChildRollout Job.
- Create
Child Rollout Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Create Child Rollout Job Response - A createChildRollout Job.
- Deploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Deploy Job Response - A deploy Job.
- Job
Run This property is required. string - The name of the
JobRun
responsible for the most recent invocation of this Job. - Postdeploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Postdeploy Job Response - A postdeploy Job.
- Predeploy
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Predeploy Job Response - A predeploy Job.
- Skip
Message This property is required. string - Additional information on why the Job was skipped, if available.
- State
This property is required. string - The current state of the Job.
- Verify
Job This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Verify Job Response - A verify Job.
- Advance
Child Rollout Job This property is required. AdvanceChild Rollout Job Response - An advanceChildRollout Job.
- Create
Child Rollout Job This property is required. CreateChild Rollout Job Response - A createChildRollout Job.
- Deploy
Job This property is required. DeployJob Response - A deploy Job.
- Job
Run This property is required. string - The name of the
JobRun
responsible for the most recent invocation of this Job. - Postdeploy
Job This property is required. PostdeployJob Response - A postdeploy Job.
- Predeploy
Job This property is required. PredeployJob Response - A predeploy Job.
- Skip
Message This property is required. string - Additional information on why the Job was skipped, if available.
- State
This property is required. string - The current state of the Job.
- Verify
Job This property is required. VerifyJob Response - A verify Job.
- advance
Child Rollout Job This property is required. AdvanceChild Rollout Job Response - An advanceChildRollout Job.
- create
Child Rollout Job This property is required. CreateChild Rollout Job Response - A createChildRollout Job.
- deploy
Job This property is required. DeployJob Response - A deploy Job.
- job
Run This property is required. String - The name of the
JobRun
responsible for the most recent invocation of this Job. - postdeploy
Job This property is required. PostdeployJob Response - A postdeploy Job.
- predeploy
Job This property is required. PredeployJob Response - A predeploy Job.
- skip
Message This property is required. String - Additional information on why the Job was skipped, if available.
- state
This property is required. String - The current state of the Job.
- verify
Job This property is required. VerifyJob Response - A verify Job.
- advance
Child Rollout Job This property is required. AdvanceChild Rollout Job Response - An advanceChildRollout Job.
- create
Child Rollout Job This property is required. CreateChild Rollout Job Response - A createChildRollout Job.
- deploy
Job This property is required. DeployJob Response - A deploy Job.
- job
Run This property is required. string - The name of the
JobRun
responsible for the most recent invocation of this Job. - postdeploy
Job This property is required. PostdeployJob Response - A postdeploy Job.
- predeploy
Job This property is required. PredeployJob Response - A predeploy Job.
- skip
Message This property is required. string - Additional information on why the Job was skipped, if available.
- state
This property is required. string - The current state of the Job.
- verify
Job This property is required. VerifyJob Response - A verify Job.
- advance_
child_ rollout_ job This property is required. AdvanceChild Rollout Job Response - An advanceChildRollout Job.
- create_
child_ rollout_ job This property is required. CreateChild Rollout Job Response - A createChildRollout Job.
- deploy_
job This property is required. DeployJob Response - A deploy Job.
- job_
run This property is required. str - The name of the
JobRun
responsible for the most recent invocation of this Job. - postdeploy_
job This property is required. PostdeployJob Response - A postdeploy Job.
- predeploy_
job This property is required. PredeployJob Response - A predeploy Job.
- skip_
message This property is required. str - Additional information on why the Job was skipped, if available.
- state
This property is required. str - The current state of the Job.
- verify_
job This property is required. VerifyJob Response - A verify Job.
- advance
Child Rollout Job This property is required. Property Map - An advanceChildRollout Job.
- create
Child Rollout Job This property is required. Property Map - A createChildRollout Job.
- deploy
Job This property is required. Property Map - A deploy Job.
- job
Run This property is required. String - The name of the
JobRun
responsible for the most recent invocation of this Job. - postdeploy
Job This property is required. Property Map - A postdeploy Job.
- predeploy
Job This property is required. Property Map - A predeploy Job.
- skip
Message This property is required. String - Additional information on why the Job was skipped, if available.
- state
This property is required. String - The current state of the Job.
- verify
Job This property is required. Property Map - A verify Job.
MetadataResponse
- Automation
This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Automation Rollout Metadata Response - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- Cloud
Run This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Cloud Run Metadata Response - The name of the Cloud Run Service that is associated with a
Rollout
.
- Automation
This property is required. AutomationRollout Metadata Response - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- Cloud
Run This property is required. CloudRun Metadata Response - The name of the Cloud Run Service that is associated with a
Rollout
.
- automation
This property is required. AutomationRollout Metadata Response - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- cloud
Run This property is required. CloudRun Metadata Response - The name of the Cloud Run Service that is associated with a
Rollout
.
- automation
This property is required. AutomationRollout Metadata Response - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- cloud
Run This property is required. CloudRun Metadata Response - The name of the Cloud Run Service that is associated with a
Rollout
.
- automation
This property is required. AutomationRollout Metadata Response - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- cloud_
run This property is required. CloudRun Metadata Response - The name of the Cloud Run Service that is associated with a
Rollout
.
- automation
This property is required. Property Map - AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
- cloud
Run This property is required. Property Map - The name of the Cloud Run Service that is associated with a
Rollout
.
PhaseResponse
- Child
Rollout Jobs This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Child Rollout Jobs Response - ChildRollout job composition.
- Deployment
Jobs This property is required. Pulumi.Google Native. Cloud Deploy. V1. Inputs. Deployment Jobs Response - Deployment job composition.
- Skip
Message This property is required. string - Additional information on why the Phase was skipped, if available.
- State
This property is required. string - Current state of the Phase.
- Child
Rollout Jobs This property is required. ChildRollout Jobs Response - ChildRollout job composition.
- Deployment
Jobs This property is required. DeploymentJobs Response - Deployment job composition.
- Skip
Message This property is required. string - Additional information on why the Phase was skipped, if available.
- State
This property is required. string - Current state of the Phase.
- child
Rollout Jobs This property is required. ChildRollout Jobs Response - ChildRollout job composition.
- deployment
Jobs This property is required. DeploymentJobs Response - Deployment job composition.
- skip
Message This property is required. String - Additional information on why the Phase was skipped, if available.
- state
This property is required. String - Current state of the Phase.
- child
Rollout Jobs This property is required. ChildRollout Jobs Response - ChildRollout job composition.
- deployment
Jobs This property is required. DeploymentJobs Response - Deployment job composition.
- skip
Message This property is required. string - Additional information on why the Phase was skipped, if available.
- state
This property is required. string - Current state of the Phase.
- child_
rollout_ jobs This property is required. ChildRollout Jobs Response - ChildRollout job composition.
- deployment_
jobs This property is required. DeploymentJobs Response - Deployment job composition.
- skip_
message This property is required. str - Additional information on why the Phase was skipped, if available.
- state
This property is required. str - Current state of the Phase.
- child
Rollout Jobs This property is required. Property Map - ChildRollout job composition.
- deployment
Jobs This property is required. Property Map - Deployment job composition.
- skip
Message This property is required. String - Additional information on why the Phase was skipped, if available.
- state
This property is required. String - Current state of the Phase.
PostdeployJobResponse
- Actions
This property is required. List<string> - The custom actions that the postdeploy Job executes.
- Actions
This property is required. []string - The custom actions that the postdeploy Job executes.
- actions
This property is required. List<String> - The custom actions that the postdeploy Job executes.
- actions
This property is required. string[] - The custom actions that the postdeploy Job executes.
- actions
This property is required. Sequence[str] - The custom actions that the postdeploy Job executes.
- actions
This property is required. List<String> - The custom actions that the postdeploy Job executes.
PredeployJobResponse
- Actions
This property is required. List<string> - The custom actions that the predeploy Job executes.
- Actions
This property is required. []string - The custom actions that the predeploy Job executes.
- actions
This property is required. List<String> - The custom actions that the predeploy Job executes.
- actions
This property is required. string[] - The custom actions that the predeploy Job executes.
- actions
This property is required. Sequence[str] - The custom actions that the predeploy Job executes.
- actions
This property is required. List<String> - The custom actions that the predeploy Job executes.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi