pulumi-oci 1.36.0a1715707046__py3-none-any.whl → 1.36.0a1715878445__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/__init__.py +208 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
- pulumi_oci/core/outputs.py +261 -0
- pulumi_oci/database/_inputs.py +192 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/get_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_vm_cluster.py +14 -1
- pulumi_oci/database/outputs.py +418 -0
- pulumi_oci/database/vm_cluster.py +55 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/email/__init__.py +3 -0
- pulumi_oci/email/_inputs.py +46 -0
- pulumi_oci/email/dkim.py +4 -4
- pulumi_oci/email/email_domain.py +77 -0
- pulumi_oci/email/email_return_path.py +642 -0
- pulumi_oci/email/get_email_domain.py +27 -1
- pulumi_oci/email/get_email_return_path.py +274 -0
- pulumi_oci/email/get_email_return_paths.py +203 -0
- pulumi_oci/email/outputs.py +231 -0
- pulumi_oci/loadbalancer/_inputs.py +16 -0
- pulumi_oci/loadbalancer/listener.py +2 -0
- pulumi_oci/loadbalancer/outputs.py +14 -0
- pulumi_oci/loganalytics/namespace.py +4 -4
- pulumi_oci/networkloadbalancer/get_listener.py +14 -1
- pulumi_oci/networkloadbalancer/listener.py +51 -2
- pulumi_oci/networkloadbalancer/outputs.py +11 -0
- pulumi_oci/osmanagementhub/__init__.py +48 -0
- pulumi_oci/osmanagementhub/_inputs.py +3635 -493
- pulumi_oci/osmanagementhub/event.py +701 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
- pulumi_oci/osmanagementhub/get_errata.py +283 -0
- pulumi_oci/osmanagementhub/get_erratum.py +308 -0
- pulumi_oci/osmanagementhub/get_event.py +314 -0
- pulumi_oci/osmanagementhub/get_events.py +314 -0
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
- pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
- pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
- pulumi_oci/osmanagementhub/get_management_station.py +42 -19
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
- pulumi_oci/osmanagementhub/get_profile.py +51 -12
- pulumi_oci/osmanagementhub/get_profiles.py +76 -16
- pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
- pulumi_oci/osmanagementhub/get_software_package.py +301 -0
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
- pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
- pulumi_oci/osmanagementhub/get_software_source.py +109 -18
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
- pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
- pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
- pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
- pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
- pulumi_oci/osmanagementhub/management_station.py +184 -81
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
- pulumi_oci/osmanagementhub/outputs.py +10867 -2365
- pulumi_oci/osmanagementhub/profile.py +200 -78
- pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
- pulumi_oci/osmanagementhub/software_source.py +365 -181
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/METADATA +1 -1
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/RECORD +119 -64
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.36.0a1715707046.dist-info → pulumi_oci-1.36.0a1715878445.dist-info}/top_level.txt +0 -0
@@ -24,22 +24,24 @@ class LifecycleEnvironmentArgs:
|
|
24
24
|
vendor_name: pulumi.Input[str],
|
25
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
26
26
|
description: Optional[pulumi.Input[str]] = None,
|
27
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None
|
27
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
28
|
+
location: Optional[pulumi.Input[str]] = None):
|
28
29
|
"""
|
29
30
|
The set of arguments for constructing a LifecycleEnvironment resource.
|
30
|
-
:param pulumi.Input[str] arch_type: The CPU architecture of the managed
|
31
|
-
:param pulumi.Input[str] compartment_id: The OCID of the
|
32
|
-
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique
|
33
|
-
:param pulumi.Input[str] os_family: The operating system
|
34
|
-
:param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User
|
35
|
-
:param pulumi.Input[str] vendor_name: The
|
31
|
+
:param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
|
32
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
33
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
34
|
+
:param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
|
35
|
+
:param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
36
|
+
:param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
|
36
37
|
|
37
38
|
|
38
39
|
** IMPORTANT **
|
39
40
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
41
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
41
|
-
:param pulumi.Input[str] description: (Updatable) User
|
42
|
+
:param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
42
43
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
44
|
+
:param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
43
45
|
"""
|
44
46
|
pulumi.set(__self__, "arch_type", arch_type)
|
45
47
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -53,12 +55,14 @@ class LifecycleEnvironmentArgs:
|
|
53
55
|
pulumi.set(__self__, "description", description)
|
54
56
|
if freeform_tags is not None:
|
55
57
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
58
|
+
if location is not None:
|
59
|
+
pulumi.set(__self__, "location", location)
|
56
60
|
|
57
61
|
@property
|
58
62
|
@pulumi.getter(name="archType")
|
59
63
|
def arch_type(self) -> pulumi.Input[str]:
|
60
64
|
"""
|
61
|
-
The CPU architecture of the managed
|
65
|
+
The CPU architecture of the managed instances in the lifecycle environment.
|
62
66
|
"""
|
63
67
|
return pulumi.get(self, "arch_type")
|
64
68
|
|
@@ -70,7 +74,7 @@ class LifecycleEnvironmentArgs:
|
|
70
74
|
@pulumi.getter(name="compartmentId")
|
71
75
|
def compartment_id(self) -> pulumi.Input[str]:
|
72
76
|
"""
|
73
|
-
The OCID of the
|
77
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
74
78
|
"""
|
75
79
|
return pulumi.get(self, "compartment_id")
|
76
80
|
|
@@ -82,7 +86,7 @@ class LifecycleEnvironmentArgs:
|
|
82
86
|
@pulumi.getter(name="displayName")
|
83
87
|
def display_name(self) -> pulumi.Input[str]:
|
84
88
|
"""
|
85
|
-
(Updatable) A user-friendly name. Does not have to be unique
|
89
|
+
(Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
86
90
|
"""
|
87
91
|
return pulumi.get(self, "display_name")
|
88
92
|
|
@@ -94,7 +98,7 @@ class LifecycleEnvironmentArgs:
|
|
94
98
|
@pulumi.getter(name="osFamily")
|
95
99
|
def os_family(self) -> pulumi.Input[str]:
|
96
100
|
"""
|
97
|
-
The operating system
|
101
|
+
The operating system of the managed instances in the lifecycle environment.
|
98
102
|
"""
|
99
103
|
return pulumi.get(self, "os_family")
|
100
104
|
|
@@ -106,7 +110,7 @@ class LifecycleEnvironmentArgs:
|
|
106
110
|
@pulumi.getter
|
107
111
|
def stages(self) -> pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]:
|
108
112
|
"""
|
109
|
-
(Updatable) User
|
113
|
+
(Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
110
114
|
"""
|
111
115
|
return pulumi.get(self, "stages")
|
112
116
|
|
@@ -118,7 +122,7 @@ class LifecycleEnvironmentArgs:
|
|
118
122
|
@pulumi.getter(name="vendorName")
|
119
123
|
def vendor_name(self) -> pulumi.Input[str]:
|
120
124
|
"""
|
121
|
-
The
|
125
|
+
The vendor of the operating system used by the managed instances in the lifecycle environment.
|
122
126
|
|
123
127
|
|
124
128
|
** IMPORTANT **
|
@@ -146,7 +150,7 @@ class LifecycleEnvironmentArgs:
|
|
146
150
|
@pulumi.getter
|
147
151
|
def description(self) -> Optional[pulumi.Input[str]]:
|
148
152
|
"""
|
149
|
-
(Updatable) User
|
153
|
+
(Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
150
154
|
"""
|
151
155
|
return pulumi.get(self, "description")
|
152
156
|
|
@@ -166,6 +170,18 @@ class LifecycleEnvironmentArgs:
|
|
166
170
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
167
171
|
pulumi.set(self, "freeform_tags", value)
|
168
172
|
|
173
|
+
@property
|
174
|
+
@pulumi.getter
|
175
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
176
|
+
"""
|
177
|
+
The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
178
|
+
"""
|
179
|
+
return pulumi.get(self, "location")
|
180
|
+
|
181
|
+
@location.setter
|
182
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
183
|
+
pulumi.set(self, "location", value)
|
184
|
+
|
169
185
|
|
170
186
|
@pulumi.input_type
|
171
187
|
class _LifecycleEnvironmentState:
|
@@ -176,6 +192,7 @@ class _LifecycleEnvironmentState:
|
|
176
192
|
description: Optional[pulumi.Input[str]] = None,
|
177
193
|
display_name: Optional[pulumi.Input[str]] = None,
|
178
194
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
195
|
+
location: Optional[pulumi.Input[str]] = None,
|
179
196
|
managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]]] = None,
|
180
197
|
os_family: Optional[pulumi.Input[str]] = None,
|
181
198
|
stages: Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]] = None,
|
@@ -186,20 +203,21 @@ class _LifecycleEnvironmentState:
|
|
186
203
|
vendor_name: Optional[pulumi.Input[str]] = None):
|
187
204
|
"""
|
188
205
|
Input properties used for looking up and filtering LifecycleEnvironment resources.
|
189
|
-
:param pulumi.Input[str] arch_type: The CPU architecture of the managed
|
190
|
-
:param pulumi.Input[str] compartment_id: The OCID of the
|
206
|
+
:param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
|
207
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
191
208
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
192
|
-
:param pulumi.Input[str] description: (Updatable) User
|
193
|
-
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique
|
209
|
+
:param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
210
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
194
211
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
195
|
-
:param pulumi.Input[
|
196
|
-
:param pulumi.Input[
|
197
|
-
:param pulumi.Input[
|
212
|
+
:param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
213
|
+
:param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]] managed_instance_ids: The list of managed instances associated with the lifecycle stage.
|
214
|
+
:param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
|
215
|
+
:param pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
198
216
|
:param pulumi.Input[str] state: The current state of the lifecycle environment.
|
199
217
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
200
|
-
:param pulumi.Input[str] time_created: The time the lifecycle environment was created
|
201
|
-
:param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified
|
202
|
-
:param pulumi.Input[str] vendor_name: The
|
218
|
+
:param pulumi.Input[str] time_created: The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
219
|
+
:param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
220
|
+
:param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
|
203
221
|
|
204
222
|
|
205
223
|
** IMPORTANT **
|
@@ -217,6 +235,8 @@ class _LifecycleEnvironmentState:
|
|
217
235
|
pulumi.set(__self__, "display_name", display_name)
|
218
236
|
if freeform_tags is not None:
|
219
237
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
238
|
+
if location is not None:
|
239
|
+
pulumi.set(__self__, "location", location)
|
220
240
|
if managed_instance_ids is not None:
|
221
241
|
pulumi.set(__self__, "managed_instance_ids", managed_instance_ids)
|
222
242
|
if os_family is not None:
|
@@ -238,7 +258,7 @@ class _LifecycleEnvironmentState:
|
|
238
258
|
@pulumi.getter(name="archType")
|
239
259
|
def arch_type(self) -> Optional[pulumi.Input[str]]:
|
240
260
|
"""
|
241
|
-
The CPU architecture of the managed
|
261
|
+
The CPU architecture of the managed instances in the lifecycle environment.
|
242
262
|
"""
|
243
263
|
return pulumi.get(self, "arch_type")
|
244
264
|
|
@@ -250,7 +270,7 @@ class _LifecycleEnvironmentState:
|
|
250
270
|
@pulumi.getter(name="compartmentId")
|
251
271
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
252
272
|
"""
|
253
|
-
The OCID of the
|
273
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
254
274
|
"""
|
255
275
|
return pulumi.get(self, "compartment_id")
|
256
276
|
|
@@ -274,7 +294,7 @@ class _LifecycleEnvironmentState:
|
|
274
294
|
@pulumi.getter
|
275
295
|
def description(self) -> Optional[pulumi.Input[str]]:
|
276
296
|
"""
|
277
|
-
(Updatable) User
|
297
|
+
(Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
278
298
|
"""
|
279
299
|
return pulumi.get(self, "description")
|
280
300
|
|
@@ -286,7 +306,7 @@ class _LifecycleEnvironmentState:
|
|
286
306
|
@pulumi.getter(name="displayName")
|
287
307
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
288
308
|
"""
|
289
|
-
(Updatable) A user-friendly name. Does not have to be unique
|
309
|
+
(Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
290
310
|
"""
|
291
311
|
return pulumi.get(self, "display_name")
|
292
312
|
|
@@ -306,11 +326,23 @@ class _LifecycleEnvironmentState:
|
|
306
326
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
|
307
327
|
pulumi.set(self, "freeform_tags", value)
|
308
328
|
|
329
|
+
@property
|
330
|
+
@pulumi.getter
|
331
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
332
|
+
"""
|
333
|
+
The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "location")
|
336
|
+
|
337
|
+
@location.setter
|
338
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
339
|
+
pulumi.set(self, "location", value)
|
340
|
+
|
309
341
|
@property
|
310
342
|
@pulumi.getter(name="managedInstanceIds")
|
311
343
|
def managed_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentManagedInstanceIdArgs']]]]:
|
312
344
|
"""
|
313
|
-
The list of managed instances
|
345
|
+
The list of managed instances associated with the lifecycle stage.
|
314
346
|
"""
|
315
347
|
return pulumi.get(self, "managed_instance_ids")
|
316
348
|
|
@@ -322,7 +354,7 @@ class _LifecycleEnvironmentState:
|
|
322
354
|
@pulumi.getter(name="osFamily")
|
323
355
|
def os_family(self) -> Optional[pulumi.Input[str]]:
|
324
356
|
"""
|
325
|
-
The operating system
|
357
|
+
The operating system of the managed instances in the lifecycle environment.
|
326
358
|
"""
|
327
359
|
return pulumi.get(self, "os_family")
|
328
360
|
|
@@ -334,7 +366,7 @@ class _LifecycleEnvironmentState:
|
|
334
366
|
@pulumi.getter
|
335
367
|
def stages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LifecycleEnvironmentStageArgs']]]]:
|
336
368
|
"""
|
337
|
-
(Updatable) User
|
369
|
+
(Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
338
370
|
"""
|
339
371
|
return pulumi.get(self, "stages")
|
340
372
|
|
@@ -370,7 +402,7 @@ class _LifecycleEnvironmentState:
|
|
370
402
|
@pulumi.getter(name="timeCreated")
|
371
403
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
372
404
|
"""
|
373
|
-
The time the lifecycle environment was created
|
405
|
+
The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
374
406
|
"""
|
375
407
|
return pulumi.get(self, "time_created")
|
376
408
|
|
@@ -382,7 +414,7 @@ class _LifecycleEnvironmentState:
|
|
382
414
|
@pulumi.getter(name="timeModified")
|
383
415
|
def time_modified(self) -> Optional[pulumi.Input[str]]:
|
384
416
|
"""
|
385
|
-
The time the lifecycle environment was last modified
|
417
|
+
The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
386
418
|
"""
|
387
419
|
return pulumi.get(self, "time_modified")
|
388
420
|
|
@@ -394,7 +426,7 @@ class _LifecycleEnvironmentState:
|
|
394
426
|
@pulumi.getter(name="vendorName")
|
395
427
|
def vendor_name(self) -> Optional[pulumi.Input[str]]:
|
396
428
|
"""
|
397
|
-
The
|
429
|
+
The vendor of the operating system used by the managed instances in the lifecycle environment.
|
398
430
|
|
399
431
|
|
400
432
|
** IMPORTANT **
|
@@ -418,6 +450,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
418
450
|
description: Optional[pulumi.Input[str]] = None,
|
419
451
|
display_name: Optional[pulumi.Input[str]] = None,
|
420
452
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
453
|
+
location: Optional[pulumi.Input[str]] = None,
|
421
454
|
os_family: Optional[pulumi.Input[str]] = None,
|
422
455
|
stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
|
423
456
|
vendor_name: Optional[pulumi.Input[str]] = None,
|
@@ -425,7 +458,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
425
458
|
"""
|
426
459
|
This resource provides the Lifecycle Environment resource in Oracle Cloud Infrastructure Os Management Hub service.
|
427
460
|
|
428
|
-
Creates a
|
461
|
+
Creates a lifecycle environment. A lifecycle environment is a user-defined pipeline to deliver curated, versioned content in a prescribed, methodical manner.
|
429
462
|
|
430
463
|
## Example Usage
|
431
464
|
|
@@ -438,16 +471,28 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
438
471
|
compartment_id=compartment_id,
|
439
472
|
display_name=lifecycle_environment_display_name,
|
440
473
|
os_family=lifecycle_environment_os_family,
|
441
|
-
stages=[
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
474
|
+
stages=[
|
475
|
+
oci.os_management_hub.LifecycleEnvironmentStageArgs(
|
476
|
+
display_name=lifecycle_environment_stages_display_name1,
|
477
|
+
rank=lifecycle_environment_stages_rank1,
|
478
|
+
defined_tags={
|
479
|
+
"Operations.CostCenter": "42",
|
480
|
+
},
|
481
|
+
freeform_tags={
|
482
|
+
"Department": "Finance",
|
483
|
+
},
|
484
|
+
),
|
485
|
+
oci.os_management_hub.LifecycleEnvironmentStageArgs(
|
486
|
+
display_name=lifecycle_environment_stages_display_name2,
|
487
|
+
rank=lifecycle_environment_stages_rank2,
|
488
|
+
defined_tags={
|
489
|
+
"Operations.CostCenter": "42",
|
490
|
+
},
|
491
|
+
freeform_tags={
|
492
|
+
"Department": "Finance",
|
493
|
+
},
|
494
|
+
),
|
495
|
+
],
|
451
496
|
vendor_name=lifecycle_environment_vendor_name,
|
452
497
|
defined_tags={
|
453
498
|
"Operations.CostCenter": "42",
|
@@ -455,7 +500,8 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
455
500
|
description=lifecycle_environment_description,
|
456
501
|
freeform_tags={
|
457
502
|
"Department": "Finance",
|
458
|
-
}
|
503
|
+
},
|
504
|
+
location=lifecycle_environment_location)
|
459
505
|
```
|
460
506
|
|
461
507
|
## Import
|
@@ -468,15 +514,16 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
468
514
|
|
469
515
|
:param str resource_name: The name of the resource.
|
470
516
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
471
|
-
:param pulumi.Input[str] arch_type: The CPU architecture of the managed
|
472
|
-
:param pulumi.Input[str] compartment_id: The OCID of the
|
517
|
+
:param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
|
518
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
473
519
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
474
|
-
:param pulumi.Input[str] description: (Updatable) User
|
475
|
-
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique
|
520
|
+
:param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
521
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
476
522
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
477
|
-
:param pulumi.Input[str]
|
478
|
-
:param pulumi.Input[
|
479
|
-
:param pulumi.Input[
|
523
|
+
:param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
524
|
+
:param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
|
525
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
526
|
+
:param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
|
480
527
|
|
481
528
|
|
482
529
|
** IMPORTANT **
|
@@ -491,7 +538,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
491
538
|
"""
|
492
539
|
This resource provides the Lifecycle Environment resource in Oracle Cloud Infrastructure Os Management Hub service.
|
493
540
|
|
494
|
-
Creates a
|
541
|
+
Creates a lifecycle environment. A lifecycle environment is a user-defined pipeline to deliver curated, versioned content in a prescribed, methodical manner.
|
495
542
|
|
496
543
|
## Example Usage
|
497
544
|
|
@@ -504,16 +551,28 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
504
551
|
compartment_id=compartment_id,
|
505
552
|
display_name=lifecycle_environment_display_name,
|
506
553
|
os_family=lifecycle_environment_os_family,
|
507
|
-
stages=[
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
554
|
+
stages=[
|
555
|
+
oci.os_management_hub.LifecycleEnvironmentStageArgs(
|
556
|
+
display_name=lifecycle_environment_stages_display_name1,
|
557
|
+
rank=lifecycle_environment_stages_rank1,
|
558
|
+
defined_tags={
|
559
|
+
"Operations.CostCenter": "42",
|
560
|
+
},
|
561
|
+
freeform_tags={
|
562
|
+
"Department": "Finance",
|
563
|
+
},
|
564
|
+
),
|
565
|
+
oci.os_management_hub.LifecycleEnvironmentStageArgs(
|
566
|
+
display_name=lifecycle_environment_stages_display_name2,
|
567
|
+
rank=lifecycle_environment_stages_rank2,
|
568
|
+
defined_tags={
|
569
|
+
"Operations.CostCenter": "42",
|
570
|
+
},
|
571
|
+
freeform_tags={
|
572
|
+
"Department": "Finance",
|
573
|
+
},
|
574
|
+
),
|
575
|
+
],
|
517
576
|
vendor_name=lifecycle_environment_vendor_name,
|
518
577
|
defined_tags={
|
519
578
|
"Operations.CostCenter": "42",
|
@@ -521,7 +580,8 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
521
580
|
description=lifecycle_environment_description,
|
522
581
|
freeform_tags={
|
523
582
|
"Department": "Finance",
|
524
|
-
}
|
583
|
+
},
|
584
|
+
location=lifecycle_environment_location)
|
525
585
|
```
|
526
586
|
|
527
587
|
## Import
|
@@ -553,6 +613,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
553
613
|
description: Optional[pulumi.Input[str]] = None,
|
554
614
|
display_name: Optional[pulumi.Input[str]] = None,
|
555
615
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
616
|
+
location: Optional[pulumi.Input[str]] = None,
|
556
617
|
os_family: Optional[pulumi.Input[str]] = None,
|
557
618
|
stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
|
558
619
|
vendor_name: Optional[pulumi.Input[str]] = None,
|
@@ -577,6 +638,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
577
638
|
raise TypeError("Missing required property 'display_name'")
|
578
639
|
__props__.__dict__["display_name"] = display_name
|
579
640
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
641
|
+
__props__.__dict__["location"] = location
|
580
642
|
if os_family is None and not opts.urn:
|
581
643
|
raise TypeError("Missing required property 'os_family'")
|
582
644
|
__props__.__dict__["os_family"] = os_family
|
@@ -607,6 +669,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
607
669
|
description: Optional[pulumi.Input[str]] = None,
|
608
670
|
display_name: Optional[pulumi.Input[str]] = None,
|
609
671
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
672
|
+
location: Optional[pulumi.Input[str]] = None,
|
610
673
|
managed_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentManagedInstanceIdArgs']]]]] = None,
|
611
674
|
os_family: Optional[pulumi.Input[str]] = None,
|
612
675
|
stages: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]]] = None,
|
@@ -622,20 +685,21 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
622
685
|
:param str resource_name: The unique name of the resulting resource.
|
623
686
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
624
687
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
625
|
-
:param pulumi.Input[str] arch_type: The CPU architecture of the managed
|
626
|
-
:param pulumi.Input[str] compartment_id: The OCID of the
|
688
|
+
:param pulumi.Input[str] arch_type: The CPU architecture of the managed instances in the lifecycle environment.
|
689
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
627
690
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
628
|
-
:param pulumi.Input[str] description: (Updatable) User
|
629
|
-
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name. Does not have to be unique
|
691
|
+
:param pulumi.Input[str] description: (Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
692
|
+
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
630
693
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
631
|
-
:param pulumi.Input[
|
632
|
-
:param pulumi.Input[
|
633
|
-
:param pulumi.Input[
|
694
|
+
:param pulumi.Input[str] location: The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
695
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentManagedInstanceIdArgs']]]] managed_instance_ids: The list of managed instances associated with the lifecycle stage.
|
696
|
+
:param pulumi.Input[str] os_family: The operating system of the managed instances in the lifecycle environment.
|
697
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LifecycleEnvironmentStageArgs']]]] stages: (Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
634
698
|
:param pulumi.Input[str] state: The current state of the lifecycle environment.
|
635
699
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
636
|
-
:param pulumi.Input[str] time_created: The time the lifecycle environment was created
|
637
|
-
:param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified
|
638
|
-
:param pulumi.Input[str] vendor_name: The
|
700
|
+
:param pulumi.Input[str] time_created: The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
701
|
+
:param pulumi.Input[str] time_modified: The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
702
|
+
:param pulumi.Input[str] vendor_name: The vendor of the operating system used by the managed instances in the lifecycle environment.
|
639
703
|
|
640
704
|
|
641
705
|
** IMPORTANT **
|
@@ -651,6 +715,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
651
715
|
__props__.__dict__["description"] = description
|
652
716
|
__props__.__dict__["display_name"] = display_name
|
653
717
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
718
|
+
__props__.__dict__["location"] = location
|
654
719
|
__props__.__dict__["managed_instance_ids"] = managed_instance_ids
|
655
720
|
__props__.__dict__["os_family"] = os_family
|
656
721
|
__props__.__dict__["stages"] = stages
|
@@ -665,7 +730,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
665
730
|
@pulumi.getter(name="archType")
|
666
731
|
def arch_type(self) -> pulumi.Output[str]:
|
667
732
|
"""
|
668
|
-
The CPU architecture of the managed
|
733
|
+
The CPU architecture of the managed instances in the lifecycle environment.
|
669
734
|
"""
|
670
735
|
return pulumi.get(self, "arch_type")
|
671
736
|
|
@@ -673,7 +738,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
673
738
|
@pulumi.getter(name="compartmentId")
|
674
739
|
def compartment_id(self) -> pulumi.Output[str]:
|
675
740
|
"""
|
676
|
-
The OCID of the
|
741
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the lifecycle stage.
|
677
742
|
"""
|
678
743
|
return pulumi.get(self, "compartment_id")
|
679
744
|
|
@@ -689,7 +754,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
689
754
|
@pulumi.getter
|
690
755
|
def description(self) -> pulumi.Output[str]:
|
691
756
|
"""
|
692
|
-
(Updatable) User
|
757
|
+
(Updatable) User-specified information about the lifecycle environment. Avoid entering confidential information.
|
693
758
|
"""
|
694
759
|
return pulumi.get(self, "description")
|
695
760
|
|
@@ -697,7 +762,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
697
762
|
@pulumi.getter(name="displayName")
|
698
763
|
def display_name(self) -> pulumi.Output[str]:
|
699
764
|
"""
|
700
|
-
(Updatable) A user-friendly name. Does not have to be unique
|
765
|
+
(Updatable) A user-friendly name for the lifecycle stage. Does not have to be unique and you can change the name later. Avoid entering confidential information.
|
701
766
|
"""
|
702
767
|
return pulumi.get(self, "display_name")
|
703
768
|
|
@@ -709,11 +774,19 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
709
774
|
"""
|
710
775
|
return pulumi.get(self, "freeform_tags")
|
711
776
|
|
777
|
+
@property
|
778
|
+
@pulumi.getter
|
779
|
+
def location(self) -> pulumi.Output[str]:
|
780
|
+
"""
|
781
|
+
The location of managed instances attached to the lifecycle environment. If no location is provided, the default is 'ON_PREMISE.'
|
782
|
+
"""
|
783
|
+
return pulumi.get(self, "location")
|
784
|
+
|
712
785
|
@property
|
713
786
|
@pulumi.getter(name="managedInstanceIds")
|
714
787
|
def managed_instance_ids(self) -> pulumi.Output[Sequence['outputs.LifecycleEnvironmentManagedInstanceId']]:
|
715
788
|
"""
|
716
|
-
The list of managed instances
|
789
|
+
The list of managed instances associated with the lifecycle stage.
|
717
790
|
"""
|
718
791
|
return pulumi.get(self, "managed_instance_ids")
|
719
792
|
|
@@ -721,7 +794,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
721
794
|
@pulumi.getter(name="osFamily")
|
722
795
|
def os_family(self) -> pulumi.Output[str]:
|
723
796
|
"""
|
724
|
-
The operating system
|
797
|
+
The operating system of the managed instances in the lifecycle environment.
|
725
798
|
"""
|
726
799
|
return pulumi.get(self, "os_family")
|
727
800
|
|
@@ -729,7 +802,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
729
802
|
@pulumi.getter
|
730
803
|
def stages(self) -> pulumi.Output[Sequence['outputs.LifecycleEnvironmentStage']]:
|
731
804
|
"""
|
732
|
-
(Updatable) User
|
805
|
+
(Updatable) User-specified list of ranked lifecycle stages used within the lifecycle environment.
|
733
806
|
"""
|
734
807
|
return pulumi.get(self, "stages")
|
735
808
|
|
@@ -753,7 +826,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
753
826
|
@pulumi.getter(name="timeCreated")
|
754
827
|
def time_created(self) -> pulumi.Output[str]:
|
755
828
|
"""
|
756
|
-
The time the lifecycle environment was created
|
829
|
+
The time the lifecycle environment was created (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
757
830
|
"""
|
758
831
|
return pulumi.get(self, "time_created")
|
759
832
|
|
@@ -761,7 +834,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
761
834
|
@pulumi.getter(name="timeModified")
|
762
835
|
def time_modified(self) -> pulumi.Output[str]:
|
763
836
|
"""
|
764
|
-
The time the lifecycle environment was last modified
|
837
|
+
The time the lifecycle environment was last modified (in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) format).
|
765
838
|
"""
|
766
839
|
return pulumi.get(self, "time_modified")
|
767
840
|
|
@@ -769,7 +842,7 @@ class LifecycleEnvironment(pulumi.CustomResource):
|
|
769
842
|
@pulumi.getter(name="vendorName")
|
770
843
|
def vendor_name(self) -> pulumi.Output[str]:
|
771
844
|
"""
|
772
|
-
The
|
845
|
+
The vendor of the operating system used by the managed instances in the lifecycle environment.
|
773
846
|
|
774
847
|
|
775
848
|
** IMPORTANT **
|