pulumi-oci 1.31.0a1712729931__py3-none-any.whl → 1.31.0a1712742264__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +222 -10
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -62
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +397 -28
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.31.0a1712742264.dist-info}/METADATA +1 -1
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.31.0a1712742264.dist-info}/RECORD +26 -26
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.31.0a1712742264.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.31.0a1712729931.dist-info → pulumi_oci-1.31.0a1712742264.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/outputs.py
CHANGED
@@ -96,6 +96,11 @@ __all__ = [
|
|
96
96
|
'DeploymentDeploymentArguments',
|
97
97
|
'DeploymentDeploymentArgumentsItem',
|
98
98
|
'DeploymentDeploymentExecutionProgress',
|
99
|
+
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgress',
|
100
|
+
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail',
|
101
|
+
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep',
|
102
|
+
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep',
|
103
|
+
'DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor',
|
99
104
|
'ProjectNotificationConfig',
|
100
105
|
'RepositoryMirrorRepositoryConfig',
|
101
106
|
'RepositoryMirrorRepositoryConfigTriggerSchedule',
|
@@ -272,6 +277,11 @@ __all__ = [
|
|
272
277
|
'GetDeploymentDeploymentArgumentResult',
|
273
278
|
'GetDeploymentDeploymentArgumentItemResult',
|
274
279
|
'GetDeploymentDeploymentExecutionProgressResult',
|
280
|
+
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult',
|
281
|
+
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
|
282
|
+
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
|
283
|
+
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
|
284
|
+
'GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
|
275
285
|
'GetDeploymentsDeploymentCollectionResult',
|
276
286
|
'GetDeploymentsDeploymentCollectionItemResult',
|
277
287
|
'GetDeploymentsDeploymentCollectionItemDeployArtifactOverrideArgumentResult',
|
@@ -289,6 +299,11 @@ __all__ = [
|
|
289
299
|
'GetDeploymentsDeploymentCollectionItemDeploymentArgumentResult',
|
290
300
|
'GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult',
|
291
301
|
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult',
|
302
|
+
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult',
|
303
|
+
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult',
|
304
|
+
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult',
|
305
|
+
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult',
|
306
|
+
'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult',
|
292
307
|
'GetDeploymentsFilterResult',
|
293
308
|
'GetProjectNotificationConfigResult',
|
294
309
|
'GetProjectsFilterResult',
|
@@ -4318,8 +4333,8 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4318
4333
|
@staticmethod
|
4319
4334
|
def __key_warning(key: str):
|
4320
4335
|
suggest = None
|
4321
|
-
if key == "
|
4322
|
-
suggest = "
|
4336
|
+
if key == "deployStageExecutionProgresses":
|
4337
|
+
suggest = "deploy_stage_execution_progresses"
|
4323
4338
|
elif key == "timeFinished":
|
4324
4339
|
suggest = "time_finished"
|
4325
4340
|
elif key == "timeStarted":
|
@@ -4337,28 +4352,28 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4337
4352
|
return super().get(key, default)
|
4338
4353
|
|
4339
4354
|
def __init__(__self__, *,
|
4340
|
-
|
4355
|
+
deploy_stage_execution_progresses: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgress']] = None,
|
4341
4356
|
time_finished: Optional[str] = None,
|
4342
4357
|
time_started: Optional[str] = None):
|
4343
4358
|
"""
|
4344
|
-
:param
|
4359
|
+
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
|
4345
4360
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4346
4361
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4347
4362
|
"""
|
4348
|
-
if
|
4349
|
-
pulumi.set(__self__, "
|
4363
|
+
if deploy_stage_execution_progresses is not None:
|
4364
|
+
pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
|
4350
4365
|
if time_finished is not None:
|
4351
4366
|
pulumi.set(__self__, "time_finished", time_finished)
|
4352
4367
|
if time_started is not None:
|
4353
4368
|
pulumi.set(__self__, "time_started", time_started)
|
4354
4369
|
|
4355
4370
|
@property
|
4356
|
-
@pulumi.getter(name="
|
4357
|
-
def
|
4371
|
+
@pulumi.getter(name="deployStageExecutionProgresses")
|
4372
|
+
def deploy_stage_execution_progresses(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgress']]:
|
4358
4373
|
"""
|
4359
4374
|
Map of stage OCIDs to deploy stage execution progress model.
|
4360
4375
|
"""
|
4361
|
-
return pulumi.get(self, "
|
4376
|
+
return pulumi.get(self, "deploy_stage_execution_progresses")
|
4362
4377
|
|
4363
4378
|
@property
|
4364
4379
|
@pulumi.getter(name="timeFinished")
|
@@ -4377,6 +4392,392 @@ class DeploymentDeploymentExecutionProgress(dict):
|
|
4377
4392
|
return pulumi.get(self, "time_started")
|
4378
4393
|
|
4379
4394
|
|
4395
|
+
@pulumi.output_type
|
4396
|
+
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgress(dict):
|
4397
|
+
@staticmethod
|
4398
|
+
def __key_warning(key: str):
|
4399
|
+
suggest = None
|
4400
|
+
if key == "deployStageDisplayName":
|
4401
|
+
suggest = "deploy_stage_display_name"
|
4402
|
+
elif key == "deployStageExecutionProgressDetails":
|
4403
|
+
suggest = "deploy_stage_execution_progress_details"
|
4404
|
+
elif key == "deployStageId":
|
4405
|
+
suggest = "deploy_stage_id"
|
4406
|
+
elif key == "deployStagePredecessors":
|
4407
|
+
suggest = "deploy_stage_predecessors"
|
4408
|
+
elif key == "deployStageType":
|
4409
|
+
suggest = "deploy_stage_type"
|
4410
|
+
elif key == "timeFinished":
|
4411
|
+
suggest = "time_finished"
|
4412
|
+
elif key == "timeStarted":
|
4413
|
+
suggest = "time_started"
|
4414
|
+
|
4415
|
+
if suggest:
|
4416
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgress. Access the value via the '{suggest}' property getter instead.")
|
4417
|
+
|
4418
|
+
def __getitem__(self, key: str) -> Any:
|
4419
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgress.__key_warning(key)
|
4420
|
+
return super().__getitem__(key)
|
4421
|
+
|
4422
|
+
def get(self, key: str, default = None) -> Any:
|
4423
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgress.__key_warning(key)
|
4424
|
+
return super().get(key, default)
|
4425
|
+
|
4426
|
+
def __init__(__self__, *,
|
4427
|
+
deploy_stage_display_name: Optional[str] = None,
|
4428
|
+
deploy_stage_execution_progress_details: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']] = None,
|
4429
|
+
deploy_stage_id: Optional[str] = None,
|
4430
|
+
deploy_stage_predecessors: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']] = None,
|
4431
|
+
deploy_stage_type: Optional[str] = None,
|
4432
|
+
status: Optional[str] = None,
|
4433
|
+
time_finished: Optional[str] = None,
|
4434
|
+
time_started: Optional[str] = None):
|
4435
|
+
"""
|
4436
|
+
:param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
|
4437
|
+
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
|
4438
|
+
:param str deploy_stage_id: The OCID of the stage.
|
4439
|
+
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
|
4440
|
+
:param str deploy_stage_type: Deployment stage type.
|
4441
|
+
:param str status: The current state of the stage.
|
4442
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4443
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4444
|
+
"""
|
4445
|
+
if deploy_stage_display_name is not None:
|
4446
|
+
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
4447
|
+
if deploy_stage_execution_progress_details is not None:
|
4448
|
+
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
4449
|
+
if deploy_stage_id is not None:
|
4450
|
+
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
4451
|
+
if deploy_stage_predecessors is not None:
|
4452
|
+
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
4453
|
+
if deploy_stage_type is not None:
|
4454
|
+
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
4455
|
+
if status is not None:
|
4456
|
+
pulumi.set(__self__, "status", status)
|
4457
|
+
if time_finished is not None:
|
4458
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
4459
|
+
if time_started is not None:
|
4460
|
+
pulumi.set(__self__, "time_started", time_started)
|
4461
|
+
|
4462
|
+
@property
|
4463
|
+
@pulumi.getter(name="deployStageDisplayName")
|
4464
|
+
def deploy_stage_display_name(self) -> Optional[str]:
|
4465
|
+
"""
|
4466
|
+
Stage display name. Avoid entering confidential information.
|
4467
|
+
"""
|
4468
|
+
return pulumi.get(self, "deploy_stage_display_name")
|
4469
|
+
|
4470
|
+
@property
|
4471
|
+
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
4472
|
+
def deploy_stage_execution_progress_details(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail']]:
|
4473
|
+
"""
|
4474
|
+
Details about stage execution for all the target environments.
|
4475
|
+
"""
|
4476
|
+
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
4477
|
+
|
4478
|
+
@property
|
4479
|
+
@pulumi.getter(name="deployStageId")
|
4480
|
+
def deploy_stage_id(self) -> Optional[str]:
|
4481
|
+
"""
|
4482
|
+
The OCID of the stage.
|
4483
|
+
"""
|
4484
|
+
return pulumi.get(self, "deploy_stage_id")
|
4485
|
+
|
4486
|
+
@property
|
4487
|
+
@pulumi.getter(name="deployStagePredecessors")
|
4488
|
+
def deploy_stage_predecessors(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor']]:
|
4489
|
+
"""
|
4490
|
+
Collection containing the predecessors of a stage.
|
4491
|
+
"""
|
4492
|
+
return pulumi.get(self, "deploy_stage_predecessors")
|
4493
|
+
|
4494
|
+
@property
|
4495
|
+
@pulumi.getter(name="deployStageType")
|
4496
|
+
def deploy_stage_type(self) -> Optional[str]:
|
4497
|
+
"""
|
4498
|
+
Deployment stage type.
|
4499
|
+
"""
|
4500
|
+
return pulumi.get(self, "deploy_stage_type")
|
4501
|
+
|
4502
|
+
@property
|
4503
|
+
@pulumi.getter
|
4504
|
+
def status(self) -> Optional[str]:
|
4505
|
+
"""
|
4506
|
+
The current state of the stage.
|
4507
|
+
"""
|
4508
|
+
return pulumi.get(self, "status")
|
4509
|
+
|
4510
|
+
@property
|
4511
|
+
@pulumi.getter(name="timeFinished")
|
4512
|
+
def time_finished(self) -> Optional[str]:
|
4513
|
+
"""
|
4514
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4515
|
+
"""
|
4516
|
+
return pulumi.get(self, "time_finished")
|
4517
|
+
|
4518
|
+
@property
|
4519
|
+
@pulumi.getter(name="timeStarted")
|
4520
|
+
def time_started(self) -> Optional[str]:
|
4521
|
+
"""
|
4522
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4523
|
+
"""
|
4524
|
+
return pulumi.get(self, "time_started")
|
4525
|
+
|
4526
|
+
|
4527
|
+
@pulumi.output_type
|
4528
|
+
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail(dict):
|
4529
|
+
@staticmethod
|
4530
|
+
def __key_warning(key: str):
|
4531
|
+
suggest = None
|
4532
|
+
if key == "rollbackSteps":
|
4533
|
+
suggest = "rollback_steps"
|
4534
|
+
elif key == "targetGroup":
|
4535
|
+
suggest = "target_group"
|
4536
|
+
elif key == "targetId":
|
4537
|
+
suggest = "target_id"
|
4538
|
+
|
4539
|
+
if suggest:
|
4540
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail. Access the value via the '{suggest}' property getter instead.")
|
4541
|
+
|
4542
|
+
def __getitem__(self, key: str) -> Any:
|
4543
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail.__key_warning(key)
|
4544
|
+
return super().__getitem__(key)
|
4545
|
+
|
4546
|
+
def get(self, key: str, default = None) -> Any:
|
4547
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetail.__key_warning(key)
|
4548
|
+
return super().get(key, default)
|
4549
|
+
|
4550
|
+
def __init__(__self__, *,
|
4551
|
+
rollback_steps: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep']] = None,
|
4552
|
+
steps: Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep']] = None,
|
4553
|
+
target_group: Optional[str] = None,
|
4554
|
+
target_id: Optional[str] = None):
|
4555
|
+
"""
|
4556
|
+
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
4557
|
+
:param Sequence['DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
4558
|
+
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
4559
|
+
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
4560
|
+
"""
|
4561
|
+
if rollback_steps is not None:
|
4562
|
+
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
4563
|
+
if steps is not None:
|
4564
|
+
pulumi.set(__self__, "steps", steps)
|
4565
|
+
if target_group is not None:
|
4566
|
+
pulumi.set(__self__, "target_group", target_group)
|
4567
|
+
if target_id is not None:
|
4568
|
+
pulumi.set(__self__, "target_id", target_id)
|
4569
|
+
|
4570
|
+
@property
|
4571
|
+
@pulumi.getter(name="rollbackSteps")
|
4572
|
+
def rollback_steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep']]:
|
4573
|
+
"""
|
4574
|
+
Details about all the rollback steps for one target environment.
|
4575
|
+
"""
|
4576
|
+
return pulumi.get(self, "rollback_steps")
|
4577
|
+
|
4578
|
+
@property
|
4579
|
+
@pulumi.getter
|
4580
|
+
def steps(self) -> Optional[Sequence['outputs.DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep']]:
|
4581
|
+
"""
|
4582
|
+
Details about all the steps for one target environment.
|
4583
|
+
"""
|
4584
|
+
return pulumi.get(self, "steps")
|
4585
|
+
|
4586
|
+
@property
|
4587
|
+
@pulumi.getter(name="targetGroup")
|
4588
|
+
def target_group(self) -> Optional[str]:
|
4589
|
+
"""
|
4590
|
+
Group for the target environment for example, the batch number for an Instance Group deployment.
|
4591
|
+
"""
|
4592
|
+
return pulumi.get(self, "target_group")
|
4593
|
+
|
4594
|
+
@property
|
4595
|
+
@pulumi.getter(name="targetId")
|
4596
|
+
def target_id(self) -> Optional[str]:
|
4597
|
+
"""
|
4598
|
+
The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
4599
|
+
"""
|
4600
|
+
return pulumi.get(self, "target_id")
|
4601
|
+
|
4602
|
+
|
4603
|
+
@pulumi.output_type
|
4604
|
+
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep(dict):
|
4605
|
+
@staticmethod
|
4606
|
+
def __key_warning(key: str):
|
4607
|
+
suggest = None
|
4608
|
+
if key == "timeFinished":
|
4609
|
+
suggest = "time_finished"
|
4610
|
+
elif key == "timeStarted":
|
4611
|
+
suggest = "time_started"
|
4612
|
+
|
4613
|
+
if suggest:
|
4614
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep. Access the value via the '{suggest}' property getter instead.")
|
4615
|
+
|
4616
|
+
def __getitem__(self, key: str) -> Any:
|
4617
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep.__key_warning(key)
|
4618
|
+
return super().__getitem__(key)
|
4619
|
+
|
4620
|
+
def get(self, key: str, default = None) -> Any:
|
4621
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStep.__key_warning(key)
|
4622
|
+
return super().get(key, default)
|
4623
|
+
|
4624
|
+
def __init__(__self__, *,
|
4625
|
+
name: Optional[str] = None,
|
4626
|
+
state: Optional[str] = None,
|
4627
|
+
time_finished: Optional[str] = None,
|
4628
|
+
time_started: Optional[str] = None):
|
4629
|
+
"""
|
4630
|
+
:param str name: Name of the parameter (case-sensitive).
|
4631
|
+
:param str state: The current state of the deployment.
|
4632
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4633
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4634
|
+
"""
|
4635
|
+
if name is not None:
|
4636
|
+
pulumi.set(__self__, "name", name)
|
4637
|
+
if state is not None:
|
4638
|
+
pulumi.set(__self__, "state", state)
|
4639
|
+
if time_finished is not None:
|
4640
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
4641
|
+
if time_started is not None:
|
4642
|
+
pulumi.set(__self__, "time_started", time_started)
|
4643
|
+
|
4644
|
+
@property
|
4645
|
+
@pulumi.getter
|
4646
|
+
def name(self) -> Optional[str]:
|
4647
|
+
"""
|
4648
|
+
Name of the parameter (case-sensitive).
|
4649
|
+
"""
|
4650
|
+
return pulumi.get(self, "name")
|
4651
|
+
|
4652
|
+
@property
|
4653
|
+
@pulumi.getter
|
4654
|
+
def state(self) -> Optional[str]:
|
4655
|
+
"""
|
4656
|
+
The current state of the deployment.
|
4657
|
+
"""
|
4658
|
+
return pulumi.get(self, "state")
|
4659
|
+
|
4660
|
+
@property
|
4661
|
+
@pulumi.getter(name="timeFinished")
|
4662
|
+
def time_finished(self) -> Optional[str]:
|
4663
|
+
"""
|
4664
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4665
|
+
"""
|
4666
|
+
return pulumi.get(self, "time_finished")
|
4667
|
+
|
4668
|
+
@property
|
4669
|
+
@pulumi.getter(name="timeStarted")
|
4670
|
+
def time_started(self) -> Optional[str]:
|
4671
|
+
"""
|
4672
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4673
|
+
"""
|
4674
|
+
return pulumi.get(self, "time_started")
|
4675
|
+
|
4676
|
+
|
4677
|
+
@pulumi.output_type
|
4678
|
+
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep(dict):
|
4679
|
+
@staticmethod
|
4680
|
+
def __key_warning(key: str):
|
4681
|
+
suggest = None
|
4682
|
+
if key == "timeFinished":
|
4683
|
+
suggest = "time_finished"
|
4684
|
+
elif key == "timeStarted":
|
4685
|
+
suggest = "time_started"
|
4686
|
+
|
4687
|
+
if suggest:
|
4688
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep. Access the value via the '{suggest}' property getter instead.")
|
4689
|
+
|
4690
|
+
def __getitem__(self, key: str) -> Any:
|
4691
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
|
4692
|
+
return super().__getitem__(key)
|
4693
|
+
|
4694
|
+
def get(self, key: str, default = None) -> Any:
|
4695
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStep.__key_warning(key)
|
4696
|
+
return super().get(key, default)
|
4697
|
+
|
4698
|
+
def __init__(__self__, *,
|
4699
|
+
name: Optional[str] = None,
|
4700
|
+
state: Optional[str] = None,
|
4701
|
+
time_finished: Optional[str] = None,
|
4702
|
+
time_started: Optional[str] = None):
|
4703
|
+
"""
|
4704
|
+
:param str name: Name of the parameter (case-sensitive).
|
4705
|
+
:param str state: The current state of the deployment.
|
4706
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4707
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4708
|
+
"""
|
4709
|
+
if name is not None:
|
4710
|
+
pulumi.set(__self__, "name", name)
|
4711
|
+
if state is not None:
|
4712
|
+
pulumi.set(__self__, "state", state)
|
4713
|
+
if time_finished is not None:
|
4714
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
4715
|
+
if time_started is not None:
|
4716
|
+
pulumi.set(__self__, "time_started", time_started)
|
4717
|
+
|
4718
|
+
@property
|
4719
|
+
@pulumi.getter
|
4720
|
+
def name(self) -> Optional[str]:
|
4721
|
+
"""
|
4722
|
+
Name of the parameter (case-sensitive).
|
4723
|
+
"""
|
4724
|
+
return pulumi.get(self, "name")
|
4725
|
+
|
4726
|
+
@property
|
4727
|
+
@pulumi.getter
|
4728
|
+
def state(self) -> Optional[str]:
|
4729
|
+
"""
|
4730
|
+
The current state of the deployment.
|
4731
|
+
"""
|
4732
|
+
return pulumi.get(self, "state")
|
4733
|
+
|
4734
|
+
@property
|
4735
|
+
@pulumi.getter(name="timeFinished")
|
4736
|
+
def time_finished(self) -> Optional[str]:
|
4737
|
+
"""
|
4738
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4739
|
+
"""
|
4740
|
+
return pulumi.get(self, "time_finished")
|
4741
|
+
|
4742
|
+
@property
|
4743
|
+
@pulumi.getter(name="timeStarted")
|
4744
|
+
def time_started(self) -> Optional[str]:
|
4745
|
+
"""
|
4746
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
4747
|
+
"""
|
4748
|
+
return pulumi.get(self, "time_started")
|
4749
|
+
|
4750
|
+
|
4751
|
+
@pulumi.output_type
|
4752
|
+
class DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor(dict):
|
4753
|
+
@staticmethod
|
4754
|
+
def __key_warning(key: str):
|
4755
|
+
suggest = None
|
4756
|
+
if key == "deployStagePredecessor":
|
4757
|
+
suggest = "deploy_stage_predecessor"
|
4758
|
+
|
4759
|
+
if suggest:
|
4760
|
+
pulumi.log.warn(f"Key '{key}' not found in DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor. Access the value via the '{suggest}' property getter instead.")
|
4761
|
+
|
4762
|
+
def __getitem__(self, key: str) -> Any:
|
4763
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
|
4764
|
+
return super().__getitem__(key)
|
4765
|
+
|
4766
|
+
def get(self, key: str, default = None) -> Any:
|
4767
|
+
DeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessor.__key_warning(key)
|
4768
|
+
return super().get(key, default)
|
4769
|
+
|
4770
|
+
def __init__(__self__, *,
|
4771
|
+
deploy_stage_predecessor: Optional[str] = None):
|
4772
|
+
if deploy_stage_predecessor is not None:
|
4773
|
+
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
4774
|
+
|
4775
|
+
@property
|
4776
|
+
@pulumi.getter(name="deployStagePredecessor")
|
4777
|
+
def deploy_stage_predecessor(self) -> Optional[str]:
|
4778
|
+
return pulumi.get(self, "deploy_stage_predecessor")
|
4779
|
+
|
4780
|
+
|
4380
4781
|
@pulumi.output_type
|
4381
4782
|
class ProjectNotificationConfig(dict):
|
4382
4783
|
@staticmethod
|
@@ -12127,22 +12528,243 @@ class GetDeploymentDeploymentArgumentResult(dict):
|
|
12127
12528
|
@pulumi.getter
|
12128
12529
|
def items(self) -> Sequence['outputs.GetDeploymentDeploymentArgumentItemResult']:
|
12129
12530
|
"""
|
12130
|
-
A list of stage predecessors for a stage.
|
12531
|
+
A list of stage predecessors for a stage.
|
12532
|
+
"""
|
12533
|
+
return pulumi.get(self, "items")
|
12534
|
+
|
12535
|
+
|
12536
|
+
@pulumi.output_type
|
12537
|
+
class GetDeploymentDeploymentArgumentItemResult(dict):
|
12538
|
+
def __init__(__self__, *,
|
12539
|
+
name: str,
|
12540
|
+
value: str):
|
12541
|
+
"""
|
12542
|
+
:param str name: Name of the step.
|
12543
|
+
:param str value: value of the argument.
|
12544
|
+
"""
|
12545
|
+
pulumi.set(__self__, "name", name)
|
12546
|
+
pulumi.set(__self__, "value", value)
|
12547
|
+
|
12548
|
+
@property
|
12549
|
+
@pulumi.getter
|
12550
|
+
def name(self) -> str:
|
12551
|
+
"""
|
12552
|
+
Name of the step.
|
12553
|
+
"""
|
12554
|
+
return pulumi.get(self, "name")
|
12555
|
+
|
12556
|
+
@property
|
12557
|
+
@pulumi.getter
|
12558
|
+
def value(self) -> str:
|
12559
|
+
"""
|
12560
|
+
value of the argument.
|
12561
|
+
"""
|
12562
|
+
return pulumi.get(self, "value")
|
12563
|
+
|
12564
|
+
|
12565
|
+
@pulumi.output_type
|
12566
|
+
class GetDeploymentDeploymentExecutionProgressResult(dict):
|
12567
|
+
def __init__(__self__, *,
|
12568
|
+
deploy_stage_execution_progresses: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult'],
|
12569
|
+
time_finished: str,
|
12570
|
+
time_started: str):
|
12571
|
+
"""
|
12572
|
+
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
|
12573
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12574
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12575
|
+
"""
|
12576
|
+
pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
|
12577
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
12578
|
+
pulumi.set(__self__, "time_started", time_started)
|
12579
|
+
|
12580
|
+
@property
|
12581
|
+
@pulumi.getter(name="deployStageExecutionProgresses")
|
12582
|
+
def deploy_stage_execution_progresses(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult']:
|
12583
|
+
"""
|
12584
|
+
Map of stage OCIDs to deploy stage execution progress model.
|
12585
|
+
"""
|
12586
|
+
return pulumi.get(self, "deploy_stage_execution_progresses")
|
12587
|
+
|
12588
|
+
@property
|
12589
|
+
@pulumi.getter(name="timeFinished")
|
12590
|
+
def time_finished(self) -> str:
|
12591
|
+
"""
|
12592
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12593
|
+
"""
|
12594
|
+
return pulumi.get(self, "time_finished")
|
12595
|
+
|
12596
|
+
@property
|
12597
|
+
@pulumi.getter(name="timeStarted")
|
12598
|
+
def time_started(self) -> str:
|
12599
|
+
"""
|
12600
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12601
|
+
"""
|
12602
|
+
return pulumi.get(self, "time_started")
|
12603
|
+
|
12604
|
+
|
12605
|
+
@pulumi.output_type
|
12606
|
+
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
|
12607
|
+
def __init__(__self__, *,
|
12608
|
+
deploy_stage_display_name: str,
|
12609
|
+
deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
|
12610
|
+
deploy_stage_id: str,
|
12611
|
+
deploy_stage_predecessors: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
|
12612
|
+
deploy_stage_type: str,
|
12613
|
+
status: str,
|
12614
|
+
time_finished: str,
|
12615
|
+
time_started: str):
|
12616
|
+
"""
|
12617
|
+
:param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
|
12618
|
+
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
|
12619
|
+
:param str deploy_stage_id: The OCID of the stage.
|
12620
|
+
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
|
12621
|
+
:param str deploy_stage_type: Deployment stage type.
|
12622
|
+
:param str status: The current state of the stage.
|
12623
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12624
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12625
|
+
"""
|
12626
|
+
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
12627
|
+
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
12628
|
+
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
12629
|
+
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
12630
|
+
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
12631
|
+
pulumi.set(__self__, "status", status)
|
12632
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
12633
|
+
pulumi.set(__self__, "time_started", time_started)
|
12634
|
+
|
12635
|
+
@property
|
12636
|
+
@pulumi.getter(name="deployStageDisplayName")
|
12637
|
+
def deploy_stage_display_name(self) -> str:
|
12638
|
+
"""
|
12639
|
+
Stage display name. Avoid entering confidential information.
|
12640
|
+
"""
|
12641
|
+
return pulumi.get(self, "deploy_stage_display_name")
|
12642
|
+
|
12643
|
+
@property
|
12644
|
+
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
12645
|
+
def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
|
12646
|
+
"""
|
12647
|
+
Details about stage execution for all the target environments.
|
12648
|
+
"""
|
12649
|
+
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
12650
|
+
|
12651
|
+
@property
|
12652
|
+
@pulumi.getter(name="deployStageId")
|
12653
|
+
def deploy_stage_id(self) -> str:
|
12654
|
+
"""
|
12655
|
+
The OCID of the stage.
|
12656
|
+
"""
|
12657
|
+
return pulumi.get(self, "deploy_stage_id")
|
12658
|
+
|
12659
|
+
@property
|
12660
|
+
@pulumi.getter(name="deployStagePredecessors")
|
12661
|
+
def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
|
12662
|
+
"""
|
12663
|
+
Collection containing the predecessors of a stage.
|
12664
|
+
"""
|
12665
|
+
return pulumi.get(self, "deploy_stage_predecessors")
|
12666
|
+
|
12667
|
+
@property
|
12668
|
+
@pulumi.getter(name="deployStageType")
|
12669
|
+
def deploy_stage_type(self) -> str:
|
12670
|
+
"""
|
12671
|
+
Deployment stage type.
|
12672
|
+
"""
|
12673
|
+
return pulumi.get(self, "deploy_stage_type")
|
12674
|
+
|
12675
|
+
@property
|
12676
|
+
@pulumi.getter
|
12677
|
+
def status(self) -> str:
|
12678
|
+
"""
|
12679
|
+
The current state of the stage.
|
12680
|
+
"""
|
12681
|
+
return pulumi.get(self, "status")
|
12682
|
+
|
12683
|
+
@property
|
12684
|
+
@pulumi.getter(name="timeFinished")
|
12685
|
+
def time_finished(self) -> str:
|
12686
|
+
"""
|
12687
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12688
|
+
"""
|
12689
|
+
return pulumi.get(self, "time_finished")
|
12690
|
+
|
12691
|
+
@property
|
12692
|
+
@pulumi.getter(name="timeStarted")
|
12693
|
+
def time_started(self) -> str:
|
12694
|
+
"""
|
12695
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12696
|
+
"""
|
12697
|
+
return pulumi.get(self, "time_started")
|
12698
|
+
|
12699
|
+
|
12700
|
+
@pulumi.output_type
|
12701
|
+
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
|
12702
|
+
def __init__(__self__, *,
|
12703
|
+
rollback_steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
|
12704
|
+
steps: Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
|
12705
|
+
target_group: str,
|
12706
|
+
target_id: str):
|
12707
|
+
"""
|
12708
|
+
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
12709
|
+
:param Sequence['GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
12710
|
+
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
12711
|
+
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
12712
|
+
"""
|
12713
|
+
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
12714
|
+
pulumi.set(__self__, "steps", steps)
|
12715
|
+
pulumi.set(__self__, "target_group", target_group)
|
12716
|
+
pulumi.set(__self__, "target_id", target_id)
|
12717
|
+
|
12718
|
+
@property
|
12719
|
+
@pulumi.getter(name="rollbackSteps")
|
12720
|
+
def rollback_steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
|
12721
|
+
"""
|
12722
|
+
Details about all the rollback steps for one target environment.
|
12723
|
+
"""
|
12724
|
+
return pulumi.get(self, "rollback_steps")
|
12725
|
+
|
12726
|
+
@property
|
12727
|
+
@pulumi.getter
|
12728
|
+
def steps(self) -> Sequence['outputs.GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
|
12729
|
+
"""
|
12730
|
+
Details about all the steps for one target environment.
|
12731
|
+
"""
|
12732
|
+
return pulumi.get(self, "steps")
|
12733
|
+
|
12734
|
+
@property
|
12735
|
+
@pulumi.getter(name="targetGroup")
|
12736
|
+
def target_group(self) -> str:
|
12737
|
+
"""
|
12738
|
+
Group for the target environment for example, the batch number for an Instance Group deployment.
|
12739
|
+
"""
|
12740
|
+
return pulumi.get(self, "target_group")
|
12741
|
+
|
12742
|
+
@property
|
12743
|
+
@pulumi.getter(name="targetId")
|
12744
|
+
def target_id(self) -> str:
|
12745
|
+
"""
|
12746
|
+
The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
12131
12747
|
"""
|
12132
|
-
return pulumi.get(self, "
|
12748
|
+
return pulumi.get(self, "target_id")
|
12133
12749
|
|
12134
12750
|
|
12135
12751
|
@pulumi.output_type
|
12136
|
-
class
|
12752
|
+
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult(dict):
|
12137
12753
|
def __init__(__self__, *,
|
12138
12754
|
name: str,
|
12139
|
-
|
12755
|
+
state: str,
|
12756
|
+
time_finished: str,
|
12757
|
+
time_started: str):
|
12140
12758
|
"""
|
12141
12759
|
:param str name: Name of the step.
|
12142
|
-
:param str
|
12760
|
+
:param str state: The current state of the deployment.
|
12761
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12762
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12143
12763
|
"""
|
12144
12764
|
pulumi.set(__self__, "name", name)
|
12145
|
-
pulumi.set(__self__, "
|
12765
|
+
pulumi.set(__self__, "state", state)
|
12766
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
12767
|
+
pulumi.set(__self__, "time_started", time_started)
|
12146
12768
|
|
12147
12769
|
@property
|
12148
12770
|
@pulumi.getter
|
@@ -12154,35 +12776,62 @@ class GetDeploymentDeploymentArgumentItemResult(dict):
|
|
12154
12776
|
|
12155
12777
|
@property
|
12156
12778
|
@pulumi.getter
|
12157
|
-
def
|
12779
|
+
def state(self) -> str:
|
12158
12780
|
"""
|
12159
|
-
|
12781
|
+
The current state of the deployment.
|
12160
12782
|
"""
|
12161
|
-
return pulumi.get(self, "
|
12783
|
+
return pulumi.get(self, "state")
|
12784
|
+
|
12785
|
+
@property
|
12786
|
+
@pulumi.getter(name="timeFinished")
|
12787
|
+
def time_finished(self) -> str:
|
12788
|
+
"""
|
12789
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12790
|
+
"""
|
12791
|
+
return pulumi.get(self, "time_finished")
|
12792
|
+
|
12793
|
+
@property
|
12794
|
+
@pulumi.getter(name="timeStarted")
|
12795
|
+
def time_started(self) -> str:
|
12796
|
+
"""
|
12797
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12798
|
+
"""
|
12799
|
+
return pulumi.get(self, "time_started")
|
12162
12800
|
|
12163
12801
|
|
12164
12802
|
@pulumi.output_type
|
12165
|
-
class
|
12803
|
+
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult(dict):
|
12166
12804
|
def __init__(__self__, *,
|
12167
|
-
|
12805
|
+
name: str,
|
12806
|
+
state: str,
|
12168
12807
|
time_finished: str,
|
12169
12808
|
time_started: str):
|
12170
12809
|
"""
|
12171
|
-
:param
|
12810
|
+
:param str name: Name of the step.
|
12811
|
+
:param str state: The current state of the deployment.
|
12172
12812
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12173
12813
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12174
12814
|
"""
|
12175
|
-
pulumi.set(__self__, "
|
12815
|
+
pulumi.set(__self__, "name", name)
|
12816
|
+
pulumi.set(__self__, "state", state)
|
12176
12817
|
pulumi.set(__self__, "time_finished", time_finished)
|
12177
12818
|
pulumi.set(__self__, "time_started", time_started)
|
12178
12819
|
|
12179
12820
|
@property
|
12180
|
-
@pulumi.getter
|
12181
|
-
def
|
12821
|
+
@pulumi.getter
|
12822
|
+
def name(self) -> str:
|
12182
12823
|
"""
|
12183
|
-
|
12824
|
+
Name of the step.
|
12825
|
+
"""
|
12826
|
+
return pulumi.get(self, "name")
|
12827
|
+
|
12828
|
+
@property
|
12829
|
+
@pulumi.getter
|
12830
|
+
def state(self) -> str:
|
12831
|
+
"""
|
12832
|
+
The current state of the deployment.
|
12184
12833
|
"""
|
12185
|
-
return pulumi.get(self, "
|
12834
|
+
return pulumi.get(self, "state")
|
12186
12835
|
|
12187
12836
|
@property
|
12188
12837
|
@pulumi.getter(name="timeFinished")
|
@@ -12201,6 +12850,18 @@ class GetDeploymentDeploymentExecutionProgressResult(dict):
|
|
12201
12850
|
return pulumi.get(self, "time_started")
|
12202
12851
|
|
12203
12852
|
|
12853
|
+
@pulumi.output_type
|
12854
|
+
class GetDeploymentDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
|
12855
|
+
def __init__(__self__, *,
|
12856
|
+
deploy_stage_predecessor: str):
|
12857
|
+
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
12858
|
+
|
12859
|
+
@property
|
12860
|
+
@pulumi.getter(name="deployStagePredecessor")
|
12861
|
+
def deploy_stage_predecessor(self) -> str:
|
12862
|
+
return pulumi.get(self, "deploy_stage_predecessor")
|
12863
|
+
|
12864
|
+
|
12204
12865
|
@pulumi.output_type
|
12205
12866
|
class GetDeploymentsDeploymentCollectionResult(dict):
|
12206
12867
|
def __init__(__self__, *,
|
@@ -12840,25 +13501,273 @@ class GetDeploymentsDeploymentCollectionItemDeploymentArgumentItemResult(dict):
|
|
12840
13501
|
@pulumi.output_type
|
12841
13502
|
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(dict):
|
12842
13503
|
def __init__(__self__, *,
|
12843
|
-
|
13504
|
+
deploy_stage_execution_progresses: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult'],
|
12844
13505
|
time_finished: str,
|
12845
13506
|
time_started: str):
|
12846
13507
|
"""
|
12847
|
-
:param
|
13508
|
+
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressArgs'] deploy_stage_execution_progresses: Map of stage OCIDs to deploy stage execution progress model.
|
12848
13509
|
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12849
13510
|
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
12850
13511
|
"""
|
12851
|
-
pulumi.set(__self__, "
|
13512
|
+
pulumi.set(__self__, "deploy_stage_execution_progresses", deploy_stage_execution_progresses)
|
12852
13513
|
pulumi.set(__self__, "time_finished", time_finished)
|
12853
13514
|
pulumi.set(__self__, "time_started", time_started)
|
12854
13515
|
|
12855
13516
|
@property
|
12856
|
-
@pulumi.getter(name="
|
12857
|
-
def
|
13517
|
+
@pulumi.getter(name="deployStageExecutionProgresses")
|
13518
|
+
def deploy_stage_execution_progresses(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult']:
|
12858
13519
|
"""
|
12859
13520
|
Map of stage OCIDs to deploy stage execution progress model.
|
12860
13521
|
"""
|
12861
|
-
return pulumi.get(self, "
|
13522
|
+
return pulumi.get(self, "deploy_stage_execution_progresses")
|
13523
|
+
|
13524
|
+
@property
|
13525
|
+
@pulumi.getter(name="timeFinished")
|
13526
|
+
def time_finished(self) -> str:
|
13527
|
+
"""
|
13528
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13529
|
+
"""
|
13530
|
+
return pulumi.get(self, "time_finished")
|
13531
|
+
|
13532
|
+
@property
|
13533
|
+
@pulumi.getter(name="timeStarted")
|
13534
|
+
def time_started(self) -> str:
|
13535
|
+
"""
|
13536
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13537
|
+
"""
|
13538
|
+
return pulumi.get(self, "time_started")
|
13539
|
+
|
13540
|
+
|
13541
|
+
@pulumi.output_type
|
13542
|
+
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressResult(dict):
|
13543
|
+
def __init__(__self__, *,
|
13544
|
+
deploy_stage_display_name: str,
|
13545
|
+
deploy_stage_execution_progress_details: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult'],
|
13546
|
+
deploy_stage_id: str,
|
13547
|
+
deploy_stage_predecessors: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult'],
|
13548
|
+
deploy_stage_type: str,
|
13549
|
+
status: str,
|
13550
|
+
time_finished: str,
|
13551
|
+
time_started: str):
|
13552
|
+
"""
|
13553
|
+
:param str deploy_stage_display_name: Stage display name. Avoid entering confidential information.
|
13554
|
+
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailArgs'] deploy_stage_execution_progress_details: Details about stage execution for all the target environments.
|
13555
|
+
:param str deploy_stage_id: The OCID of the stage.
|
13556
|
+
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorArgs'] deploy_stage_predecessors: Collection containing the predecessors of a stage.
|
13557
|
+
:param str deploy_stage_type: Deployment stage type.
|
13558
|
+
:param str status: The current state of the stage.
|
13559
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13560
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13561
|
+
"""
|
13562
|
+
pulumi.set(__self__, "deploy_stage_display_name", deploy_stage_display_name)
|
13563
|
+
pulumi.set(__self__, "deploy_stage_execution_progress_details", deploy_stage_execution_progress_details)
|
13564
|
+
pulumi.set(__self__, "deploy_stage_id", deploy_stage_id)
|
13565
|
+
pulumi.set(__self__, "deploy_stage_predecessors", deploy_stage_predecessors)
|
13566
|
+
pulumi.set(__self__, "deploy_stage_type", deploy_stage_type)
|
13567
|
+
pulumi.set(__self__, "status", status)
|
13568
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
13569
|
+
pulumi.set(__self__, "time_started", time_started)
|
13570
|
+
|
13571
|
+
@property
|
13572
|
+
@pulumi.getter(name="deployStageDisplayName")
|
13573
|
+
def deploy_stage_display_name(self) -> str:
|
13574
|
+
"""
|
13575
|
+
Stage display name. Avoid entering confidential information.
|
13576
|
+
"""
|
13577
|
+
return pulumi.get(self, "deploy_stage_display_name")
|
13578
|
+
|
13579
|
+
@property
|
13580
|
+
@pulumi.getter(name="deployStageExecutionProgressDetails")
|
13581
|
+
def deploy_stage_execution_progress_details(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult']:
|
13582
|
+
"""
|
13583
|
+
Details about stage execution for all the target environments.
|
13584
|
+
"""
|
13585
|
+
return pulumi.get(self, "deploy_stage_execution_progress_details")
|
13586
|
+
|
13587
|
+
@property
|
13588
|
+
@pulumi.getter(name="deployStageId")
|
13589
|
+
def deploy_stage_id(self) -> str:
|
13590
|
+
"""
|
13591
|
+
The OCID of the stage.
|
13592
|
+
"""
|
13593
|
+
return pulumi.get(self, "deploy_stage_id")
|
13594
|
+
|
13595
|
+
@property
|
13596
|
+
@pulumi.getter(name="deployStagePredecessors")
|
13597
|
+
def deploy_stage_predecessors(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult']:
|
13598
|
+
"""
|
13599
|
+
Collection containing the predecessors of a stage.
|
13600
|
+
"""
|
13601
|
+
return pulumi.get(self, "deploy_stage_predecessors")
|
13602
|
+
|
13603
|
+
@property
|
13604
|
+
@pulumi.getter(name="deployStageType")
|
13605
|
+
def deploy_stage_type(self) -> str:
|
13606
|
+
"""
|
13607
|
+
Deployment stage type.
|
13608
|
+
"""
|
13609
|
+
return pulumi.get(self, "deploy_stage_type")
|
13610
|
+
|
13611
|
+
@property
|
13612
|
+
@pulumi.getter
|
13613
|
+
def status(self) -> str:
|
13614
|
+
"""
|
13615
|
+
The current state of the stage.
|
13616
|
+
"""
|
13617
|
+
return pulumi.get(self, "status")
|
13618
|
+
|
13619
|
+
@property
|
13620
|
+
@pulumi.getter(name="timeFinished")
|
13621
|
+
def time_finished(self) -> str:
|
13622
|
+
"""
|
13623
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13624
|
+
"""
|
13625
|
+
return pulumi.get(self, "time_finished")
|
13626
|
+
|
13627
|
+
@property
|
13628
|
+
@pulumi.getter(name="timeStarted")
|
13629
|
+
def time_started(self) -> str:
|
13630
|
+
"""
|
13631
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13632
|
+
"""
|
13633
|
+
return pulumi.get(self, "time_started")
|
13634
|
+
|
13635
|
+
|
13636
|
+
@pulumi.output_type
|
13637
|
+
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailResult(dict):
|
13638
|
+
def __init__(__self__, *,
|
13639
|
+
rollback_steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult'],
|
13640
|
+
steps: Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult'],
|
13641
|
+
target_group: str,
|
13642
|
+
target_id: str):
|
13643
|
+
"""
|
13644
|
+
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepArgs'] rollback_steps: Details about all the rollback steps for one target environment.
|
13645
|
+
:param Sequence['GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepArgs'] steps: Details about all the steps for one target environment.
|
13646
|
+
:param str target_group: Group for the target environment for example, the batch number for an Instance Group deployment.
|
13647
|
+
:param str target_id: The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
13648
|
+
"""
|
13649
|
+
pulumi.set(__self__, "rollback_steps", rollback_steps)
|
13650
|
+
pulumi.set(__self__, "steps", steps)
|
13651
|
+
pulumi.set(__self__, "target_group", target_group)
|
13652
|
+
pulumi.set(__self__, "target_id", target_id)
|
13653
|
+
|
13654
|
+
@property
|
13655
|
+
@pulumi.getter(name="rollbackSteps")
|
13656
|
+
def rollback_steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult']:
|
13657
|
+
"""
|
13658
|
+
Details about all the rollback steps for one target environment.
|
13659
|
+
"""
|
13660
|
+
return pulumi.get(self, "rollback_steps")
|
13661
|
+
|
13662
|
+
@property
|
13663
|
+
@pulumi.getter
|
13664
|
+
def steps(self) -> Sequence['outputs.GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult']:
|
13665
|
+
"""
|
13666
|
+
Details about all the steps for one target environment.
|
13667
|
+
"""
|
13668
|
+
return pulumi.get(self, "steps")
|
13669
|
+
|
13670
|
+
@property
|
13671
|
+
@pulumi.getter(name="targetGroup")
|
13672
|
+
def target_group(self) -> str:
|
13673
|
+
"""
|
13674
|
+
Group for the target environment for example, the batch number for an Instance Group deployment.
|
13675
|
+
"""
|
13676
|
+
return pulumi.get(self, "target_group")
|
13677
|
+
|
13678
|
+
@property
|
13679
|
+
@pulumi.getter(name="targetId")
|
13680
|
+
def target_id(self) -> str:
|
13681
|
+
"""
|
13682
|
+
The function ID, instance ID or the cluster ID. For Wait stage it will be the stage ID.
|
13683
|
+
"""
|
13684
|
+
return pulumi.get(self, "target_id")
|
13685
|
+
|
13686
|
+
|
13687
|
+
@pulumi.output_type
|
13688
|
+
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailRollbackStepResult(dict):
|
13689
|
+
def __init__(__self__, *,
|
13690
|
+
name: str,
|
13691
|
+
state: str,
|
13692
|
+
time_finished: str,
|
13693
|
+
time_started: str):
|
13694
|
+
"""
|
13695
|
+
:param str name: Name of the step.
|
13696
|
+
:param str state: A filter to return only Deployments that matches the given lifecycleState.
|
13697
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13698
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13699
|
+
"""
|
13700
|
+
pulumi.set(__self__, "name", name)
|
13701
|
+
pulumi.set(__self__, "state", state)
|
13702
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
13703
|
+
pulumi.set(__self__, "time_started", time_started)
|
13704
|
+
|
13705
|
+
@property
|
13706
|
+
@pulumi.getter
|
13707
|
+
def name(self) -> str:
|
13708
|
+
"""
|
13709
|
+
Name of the step.
|
13710
|
+
"""
|
13711
|
+
return pulumi.get(self, "name")
|
13712
|
+
|
13713
|
+
@property
|
13714
|
+
@pulumi.getter
|
13715
|
+
def state(self) -> str:
|
13716
|
+
"""
|
13717
|
+
A filter to return only Deployments that matches the given lifecycleState.
|
13718
|
+
"""
|
13719
|
+
return pulumi.get(self, "state")
|
13720
|
+
|
13721
|
+
@property
|
13722
|
+
@pulumi.getter(name="timeFinished")
|
13723
|
+
def time_finished(self) -> str:
|
13724
|
+
"""
|
13725
|
+
Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13726
|
+
"""
|
13727
|
+
return pulumi.get(self, "time_finished")
|
13728
|
+
|
13729
|
+
@property
|
13730
|
+
@pulumi.getter(name="timeStarted")
|
13731
|
+
def time_started(self) -> str:
|
13732
|
+
"""
|
13733
|
+
Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13734
|
+
"""
|
13735
|
+
return pulumi.get(self, "time_started")
|
13736
|
+
|
13737
|
+
|
13738
|
+
@pulumi.output_type
|
13739
|
+
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStageExecutionProgressDetailStepResult(dict):
|
13740
|
+
def __init__(__self__, *,
|
13741
|
+
name: str,
|
13742
|
+
state: str,
|
13743
|
+
time_finished: str,
|
13744
|
+
time_started: str):
|
13745
|
+
"""
|
13746
|
+
:param str name: Name of the step.
|
13747
|
+
:param str state: A filter to return only Deployments that matches the given lifecycleState.
|
13748
|
+
:param str time_finished: Time the deployment is finished. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13749
|
+
:param str time_started: Time the deployment is started. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
|
13750
|
+
"""
|
13751
|
+
pulumi.set(__self__, "name", name)
|
13752
|
+
pulumi.set(__self__, "state", state)
|
13753
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
13754
|
+
pulumi.set(__self__, "time_started", time_started)
|
13755
|
+
|
13756
|
+
@property
|
13757
|
+
@pulumi.getter
|
13758
|
+
def name(self) -> str:
|
13759
|
+
"""
|
13760
|
+
Name of the step.
|
13761
|
+
"""
|
13762
|
+
return pulumi.get(self, "name")
|
13763
|
+
|
13764
|
+
@property
|
13765
|
+
@pulumi.getter
|
13766
|
+
def state(self) -> str:
|
13767
|
+
"""
|
13768
|
+
A filter to return only Deployments that matches the given lifecycleState.
|
13769
|
+
"""
|
13770
|
+
return pulumi.get(self, "state")
|
12862
13771
|
|
12863
13772
|
@property
|
12864
13773
|
@pulumi.getter(name="timeFinished")
|
@@ -12877,6 +13786,18 @@ class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult(di
|
|
12877
13786
|
return pulumi.get(self, "time_started")
|
12878
13787
|
|
12879
13788
|
|
13789
|
+
@pulumi.output_type
|
13790
|
+
class GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressDeployStageExecutionProgressDeployStagePredecessorResult(dict):
|
13791
|
+
def __init__(__self__, *,
|
13792
|
+
deploy_stage_predecessor: str):
|
13793
|
+
pulumi.set(__self__, "deploy_stage_predecessor", deploy_stage_predecessor)
|
13794
|
+
|
13795
|
+
@property
|
13796
|
+
@pulumi.getter(name="deployStagePredecessor")
|
13797
|
+
def deploy_stage_predecessor(self) -> str:
|
13798
|
+
return pulumi.get(self, "deploy_stage_predecessor")
|
13799
|
+
|
13800
|
+
|
12880
13801
|
@pulumi.output_type
|
12881
13802
|
class GetDeploymentsFilterResult(dict):
|
12882
13803
|
def __init__(__self__, *,
|