pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0__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 +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/aivision/get_model.py
CHANGED
@@ -376,7 +376,7 @@ def get_model(model_id: Optional[_builtins.str] = None,
|
|
376
376
|
"""
|
377
377
|
This data source provides details about a specific Model resource in Oracle Cloud Infrastructure Ai Vision service.
|
378
378
|
|
379
|
-
|
379
|
+
Get a model by identifier.
|
380
380
|
|
381
381
|
## Example Usage
|
382
382
|
|
@@ -388,7 +388,7 @@ def get_model(model_id: Optional[_builtins.str] = None,
|
|
388
388
|
```
|
389
389
|
|
390
390
|
|
391
|
-
:param _builtins.str model_id: unique
|
391
|
+
:param _builtins.str model_id: A unique model identifier.
|
392
392
|
"""
|
393
393
|
__args__ = dict()
|
394
394
|
__args__['modelId'] = model_id
|
@@ -429,7 +429,7 @@ def get_model_output(model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
429
429
|
"""
|
430
430
|
This data source provides details about a specific Model resource in Oracle Cloud Infrastructure Ai Vision service.
|
431
431
|
|
432
|
-
|
432
|
+
Get a model by identifier.
|
433
433
|
|
434
434
|
## Example Usage
|
435
435
|
|
@@ -441,7 +441,7 @@ def get_model_output(model_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
441
441
|
```
|
442
442
|
|
443
443
|
|
444
|
-
:param _builtins.str model_id: unique
|
444
|
+
:param _builtins.str model_id: A unique model identifier.
|
445
445
|
"""
|
446
446
|
__args__ = dict()
|
447
447
|
__args__['modelId'] = model_id
|
@@ -55,7 +55,7 @@ class GetModelsResult:
|
|
55
55
|
@pulumi.getter(name="compartmentId")
|
56
56
|
def compartment_id(self) -> Optional[_builtins.str]:
|
57
57
|
"""
|
58
|
-
|
58
|
+
The compartment identifier.
|
59
59
|
"""
|
60
60
|
return pulumi.get(self, "compartment_id")
|
61
61
|
|
@@ -63,7 +63,7 @@ class GetModelsResult:
|
|
63
63
|
@pulumi.getter(name="displayName")
|
64
64
|
def display_name(self) -> Optional[_builtins.str]:
|
65
65
|
"""
|
66
|
-
|
66
|
+
A human-friendly name for the model, which can be changed.
|
67
67
|
"""
|
68
68
|
return pulumi.get(self, "display_name")
|
69
69
|
|
@@ -76,7 +76,7 @@ class GetModelsResult:
|
|
76
76
|
@pulumi.getter
|
77
77
|
def id(self) -> Optional[_builtins.str]:
|
78
78
|
"""
|
79
|
-
|
79
|
+
A unique identifier that is immutable after creation.
|
80
80
|
"""
|
81
81
|
return pulumi.get(self, "id")
|
82
82
|
|
@@ -92,7 +92,7 @@ class GetModelsResult:
|
|
92
92
|
@pulumi.getter(name="projectId")
|
93
93
|
def project_id(self) -> Optional[_builtins.str]:
|
94
94
|
"""
|
95
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project
|
95
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project that contains the model.
|
96
96
|
"""
|
97
97
|
return pulumi.get(self, "project_id")
|
98
98
|
|
@@ -100,7 +100,7 @@ class GetModelsResult:
|
|
100
100
|
@pulumi.getter
|
101
101
|
def state(self) -> Optional[_builtins.str]:
|
102
102
|
"""
|
103
|
-
The current state of the
|
103
|
+
The current state of the model.
|
104
104
|
"""
|
105
105
|
return pulumi.get(self, "state")
|
106
106
|
|
@@ -130,7 +130,7 @@ def get_models(compartment_id: Optional[_builtins.str] = None,
|
|
130
130
|
"""
|
131
131
|
This data source provides the list of Models in Oracle Cloud Infrastructure Ai Vision service.
|
132
132
|
|
133
|
-
Returns a list of
|
133
|
+
Returns a list of models in a compartment.
|
134
134
|
|
135
135
|
## Example Usage
|
136
136
|
|
@@ -148,9 +148,9 @@ def get_models(compartment_id: Optional[_builtins.str] = None,
|
|
148
148
|
|
149
149
|
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
150
150
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
151
|
-
:param _builtins.str id:
|
151
|
+
:param _builtins.str id: The filter to find the model with the given identifier.
|
152
152
|
:param _builtins.str project_id: The ID of the project for which to list the objects.
|
153
|
-
:param _builtins.str state:
|
153
|
+
:param _builtins.str state: The filter to match models with the given lifecycleState.
|
154
154
|
"""
|
155
155
|
__args__ = dict()
|
156
156
|
__args__['compartmentId'] = compartment_id
|
@@ -180,7 +180,7 @@ def get_models_output(compartment_id: Optional[pulumi.Input[Optional[_builtins.s
|
|
180
180
|
"""
|
181
181
|
This data source provides the list of Models in Oracle Cloud Infrastructure Ai Vision service.
|
182
182
|
|
183
|
-
Returns a list of
|
183
|
+
Returns a list of models in a compartment.
|
184
184
|
|
185
185
|
## Example Usage
|
186
186
|
|
@@ -198,9 +198,9 @@ def get_models_output(compartment_id: Optional[pulumi.Input[Optional[_builtins.s
|
|
198
198
|
|
199
199
|
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
200
200
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
201
|
-
:param _builtins.str id:
|
201
|
+
:param _builtins.str id: The filter to find the model with the given identifier.
|
202
202
|
:param _builtins.str project_id: The ID of the project for which to list the objects.
|
203
|
-
:param _builtins.str state:
|
203
|
+
:param _builtins.str state: The filter to match models with the given lifecycleState.
|
204
204
|
"""
|
205
205
|
__args__ = dict()
|
206
206
|
__args__['compartmentId'] = compartment_id
|
@@ -68,7 +68,7 @@ class GetProjectResult:
|
|
68
68
|
@pulumi.getter(name="compartmentId")
|
69
69
|
def compartment_id(self) -> _builtins.str:
|
70
70
|
"""
|
71
|
-
|
71
|
+
A compartment identifier.
|
72
72
|
"""
|
73
73
|
return pulumi.get(self, "compartment_id")
|
74
74
|
|
@@ -76,7 +76,7 @@ class GetProjectResult:
|
|
76
76
|
@pulumi.getter(name="definedTags")
|
77
77
|
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
78
78
|
"""
|
79
|
-
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
79
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
80
80
|
"""
|
81
81
|
return pulumi.get(self, "defined_tags")
|
82
82
|
|
@@ -84,7 +84,7 @@ class GetProjectResult:
|
|
84
84
|
@pulumi.getter
|
85
85
|
def description(self) -> _builtins.str:
|
86
86
|
"""
|
87
|
-
|
87
|
+
An optional description of the project.
|
88
88
|
"""
|
89
89
|
return pulumi.get(self, "description")
|
90
90
|
|
@@ -92,7 +92,7 @@ class GetProjectResult:
|
|
92
92
|
@pulumi.getter(name="displayName")
|
93
93
|
def display_name(self) -> _builtins.str:
|
94
94
|
"""
|
95
|
-
|
95
|
+
A human-friendly name for the project, which can be changed.
|
96
96
|
"""
|
97
97
|
return pulumi.get(self, "display_name")
|
98
98
|
|
@@ -100,7 +100,7 @@ class GetProjectResult:
|
|
100
100
|
@pulumi.getter(name="freeformTags")
|
101
101
|
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
102
102
|
"""
|
103
|
-
|
103
|
+
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
104
104
|
"""
|
105
105
|
return pulumi.get(self, "freeform_tags")
|
106
106
|
|
@@ -108,7 +108,7 @@ class GetProjectResult:
|
|
108
108
|
@pulumi.getter
|
109
109
|
def id(self) -> _builtins.str:
|
110
110
|
"""
|
111
|
-
|
111
|
+
A unique identifier that is immutable after creation.
|
112
112
|
"""
|
113
113
|
return pulumi.get(self, "id")
|
114
114
|
|
@@ -116,7 +116,7 @@ class GetProjectResult:
|
|
116
116
|
@pulumi.getter(name="lifecycleDetails")
|
117
117
|
def lifecycle_details(self) -> _builtins.str:
|
118
118
|
"""
|
119
|
-
A message describing the current state in more detail
|
119
|
+
A message describing the current state in more detail, that can provide actionable information if creation failed.
|
120
120
|
"""
|
121
121
|
return pulumi.get(self, "lifecycle_details")
|
122
122
|
|
@@ -129,7 +129,7 @@ class GetProjectResult:
|
|
129
129
|
@pulumi.getter
|
130
130
|
def state(self) -> _builtins.str:
|
131
131
|
"""
|
132
|
-
The current state of the
|
132
|
+
The current state of the project.
|
133
133
|
"""
|
134
134
|
return pulumi.get(self, "state")
|
135
135
|
|
@@ -137,7 +137,7 @@ class GetProjectResult:
|
|
137
137
|
@pulumi.getter(name="systemTags")
|
138
138
|
def system_tags(self) -> Mapping[str, _builtins.str]:
|
139
139
|
"""
|
140
|
-
Usage of system tag keys. These predefined keys are scoped to namespaces.
|
140
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
141
141
|
"""
|
142
142
|
return pulumi.get(self, "system_tags")
|
143
143
|
|
@@ -145,7 +145,7 @@ class GetProjectResult:
|
|
145
145
|
@pulumi.getter(name="timeCreated")
|
146
146
|
def time_created(self) -> _builtins.str:
|
147
147
|
"""
|
148
|
-
|
148
|
+
When the project was created, as an RFC3339 datetime string.
|
149
149
|
"""
|
150
150
|
return pulumi.get(self, "time_created")
|
151
151
|
|
@@ -153,7 +153,7 @@ class GetProjectResult:
|
|
153
153
|
@pulumi.getter(name="timeUpdated")
|
154
154
|
def time_updated(self) -> _builtins.str:
|
155
155
|
"""
|
156
|
-
|
156
|
+
When the project was updated, as an RFC3339 datetime string.
|
157
157
|
"""
|
158
158
|
return pulumi.get(self, "time_updated")
|
159
159
|
|
@@ -183,7 +183,7 @@ def get_project(project_id: Optional[_builtins.str] = None,
|
|
183
183
|
"""
|
184
184
|
This data source provides details about a specific Project resource in Oracle Cloud Infrastructure Ai Vision service.
|
185
185
|
|
186
|
-
|
186
|
+
Get a project by identifier.
|
187
187
|
|
188
188
|
## Example Usage
|
189
189
|
|
@@ -195,7 +195,7 @@ def get_project(project_id: Optional[_builtins.str] = None,
|
|
195
195
|
```
|
196
196
|
|
197
197
|
|
198
|
-
:param _builtins.str project_id: unique
|
198
|
+
:param _builtins.str project_id: A unique project identifier.
|
199
199
|
"""
|
200
200
|
__args__ = dict()
|
201
201
|
__args__['projectId'] = project_id
|
@@ -220,7 +220,7 @@ def get_project_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
220
220
|
"""
|
221
221
|
This data source provides details about a specific Project resource in Oracle Cloud Infrastructure Ai Vision service.
|
222
222
|
|
223
|
-
|
223
|
+
Get a project by identifier.
|
224
224
|
|
225
225
|
## Example Usage
|
226
226
|
|
@@ -232,7 +232,7 @@ def get_project_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
232
232
|
```
|
233
233
|
|
234
234
|
|
235
|
-
:param _builtins.str project_id: unique
|
235
|
+
:param _builtins.str project_id: A unique project identifier.
|
236
236
|
"""
|
237
237
|
__args__ = dict()
|
238
238
|
__args__['projectId'] = project_id
|
@@ -52,7 +52,7 @@ class GetProjectsResult:
|
|
52
52
|
@pulumi.getter(name="compartmentId")
|
53
53
|
def compartment_id(self) -> Optional[_builtins.str]:
|
54
54
|
"""
|
55
|
-
|
55
|
+
A compartment identifier.
|
56
56
|
"""
|
57
57
|
return pulumi.get(self, "compartment_id")
|
58
58
|
|
@@ -60,7 +60,7 @@ class GetProjectsResult:
|
|
60
60
|
@pulumi.getter(name="displayName")
|
61
61
|
def display_name(self) -> Optional[_builtins.str]:
|
62
62
|
"""
|
63
|
-
|
63
|
+
A human-friendly name for the project, which can be changed.
|
64
64
|
"""
|
65
65
|
return pulumi.get(self, "display_name")
|
66
66
|
|
@@ -73,7 +73,7 @@ class GetProjectsResult:
|
|
73
73
|
@pulumi.getter
|
74
74
|
def id(self) -> Optional[_builtins.str]:
|
75
75
|
"""
|
76
|
-
|
76
|
+
A unique identifier that is immutable after creation.
|
77
77
|
"""
|
78
78
|
return pulumi.get(self, "id")
|
79
79
|
|
@@ -89,7 +89,7 @@ class GetProjectsResult:
|
|
89
89
|
@pulumi.getter
|
90
90
|
def state(self) -> Optional[_builtins.str]:
|
91
91
|
"""
|
92
|
-
The current state of the
|
92
|
+
The current state of the project.
|
93
93
|
"""
|
94
94
|
return pulumi.get(self, "state")
|
95
95
|
|
@@ -117,7 +117,7 @@ def get_projects(compartment_id: Optional[_builtins.str] = None,
|
|
117
117
|
"""
|
118
118
|
This data source provides the list of Projects in Oracle Cloud Infrastructure Ai Vision service.
|
119
119
|
|
120
|
-
Returns a list of
|
120
|
+
Returns a list of projects.
|
121
121
|
|
122
122
|
## Example Usage
|
123
123
|
|
@@ -134,8 +134,8 @@ def get_projects(compartment_id: Optional[_builtins.str] = None,
|
|
134
134
|
|
135
135
|
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
136
136
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
137
|
-
:param _builtins.str id:
|
138
|
-
:param _builtins.str state:
|
137
|
+
:param _builtins.str id: The filter to find the project with the given identifier.
|
138
|
+
:param _builtins.str state: The filter to match projects with the given lifecycleState.
|
139
139
|
"""
|
140
140
|
__args__ = dict()
|
141
141
|
__args__['compartmentId'] = compartment_id
|
@@ -162,7 +162,7 @@ def get_projects_output(compartment_id: Optional[pulumi.Input[Optional[_builtins
|
|
162
162
|
"""
|
163
163
|
This data source provides the list of Projects in Oracle Cloud Infrastructure Ai Vision service.
|
164
164
|
|
165
|
-
Returns a list of
|
165
|
+
Returns a list of projects.
|
166
166
|
|
167
167
|
## Example Usage
|
168
168
|
|
@@ -179,8 +179,8 @@ def get_projects_output(compartment_id: Optional[pulumi.Input[Optional[_builtins
|
|
179
179
|
|
180
180
|
:param _builtins.str compartment_id: The ID of the compartment in which to list resources.
|
181
181
|
:param _builtins.str display_name: A filter to return only resources that match the entire display name given.
|
182
|
-
:param _builtins.str id:
|
183
|
-
:param _builtins.str state:
|
182
|
+
:param _builtins.str id: The filter to find the project with the given identifier.
|
183
|
+
:param _builtins.str state: The filter to match projects with the given lifecycleState.
|
184
184
|
"""
|
185
185
|
__args__ = dict()
|
186
186
|
__args__['compartmentId'] = compartment_id
|
@@ -0,0 +1,268 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetStreamGroupResult',
|
20
|
+
'AwaitableGetStreamGroupResult',
|
21
|
+
'get_stream_group',
|
22
|
+
'get_stream_group_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetStreamGroupResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getStreamGroup.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_enabled=None, state=None, stream_group_id=None, stream_overlaps=None, stream_source_ids=None, system_tags=None, time_created=None, time_updated=None):
|
31
|
+
if compartment_id and not isinstance(compartment_id, str):
|
32
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
35
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
36
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
37
|
+
if display_name and not isinstance(display_name, str):
|
38
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
39
|
+
pulumi.set(__self__, "display_name", display_name)
|
40
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
41
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
42
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
43
|
+
if id and not isinstance(id, str):
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
45
|
+
pulumi.set(__self__, "id", id)
|
46
|
+
if is_enabled and not isinstance(is_enabled, bool):
|
47
|
+
raise TypeError("Expected argument 'is_enabled' to be a bool")
|
48
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
49
|
+
if state and not isinstance(state, str):
|
50
|
+
raise TypeError("Expected argument 'state' to be a str")
|
51
|
+
pulumi.set(__self__, "state", state)
|
52
|
+
if stream_group_id and not isinstance(stream_group_id, str):
|
53
|
+
raise TypeError("Expected argument 'stream_group_id' to be a str")
|
54
|
+
pulumi.set(__self__, "stream_group_id", stream_group_id)
|
55
|
+
if stream_overlaps and not isinstance(stream_overlaps, list):
|
56
|
+
raise TypeError("Expected argument 'stream_overlaps' to be a list")
|
57
|
+
pulumi.set(__self__, "stream_overlaps", stream_overlaps)
|
58
|
+
if stream_source_ids and not isinstance(stream_source_ids, list):
|
59
|
+
raise TypeError("Expected argument 'stream_source_ids' to be a list")
|
60
|
+
pulumi.set(__self__, "stream_source_ids", stream_source_ids)
|
61
|
+
if system_tags and not isinstance(system_tags, dict):
|
62
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
63
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
64
|
+
if time_created and not isinstance(time_created, str):
|
65
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
66
|
+
pulumi.set(__self__, "time_created", time_created)
|
67
|
+
if time_updated and not isinstance(time_updated, str):
|
68
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
69
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
70
|
+
|
71
|
+
@_builtins.property
|
72
|
+
@pulumi.getter(name="compartmentId")
|
73
|
+
def compartment_id(self) -> _builtins.str:
|
74
|
+
"""
|
75
|
+
[OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "compartment_id")
|
78
|
+
|
79
|
+
@_builtins.property
|
80
|
+
@pulumi.getter(name="definedTags")
|
81
|
+
def defined_tags(self) -> Mapping[str, _builtins.str]:
|
82
|
+
"""
|
83
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example: `{"foo-namespace": {"bar-key": "value"}}`
|
84
|
+
"""
|
85
|
+
return pulumi.get(self, "defined_tags")
|
86
|
+
|
87
|
+
@_builtins.property
|
88
|
+
@pulumi.getter(name="displayName")
|
89
|
+
def display_name(self) -> _builtins.str:
|
90
|
+
"""
|
91
|
+
A human-friendly name for the streamGroup.
|
92
|
+
"""
|
93
|
+
return pulumi.get(self, "display_name")
|
94
|
+
|
95
|
+
@_builtins.property
|
96
|
+
@pulumi.getter(name="freeformTags")
|
97
|
+
def freeform_tags(self) -> Mapping[str, _builtins.str]:
|
98
|
+
"""
|
99
|
+
A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only. For example: `{"bar-key": "value"}`
|
100
|
+
"""
|
101
|
+
return pulumi.get(self, "freeform_tags")
|
102
|
+
|
103
|
+
@_builtins.property
|
104
|
+
@pulumi.getter
|
105
|
+
def id(self) -> _builtins.str:
|
106
|
+
"""
|
107
|
+
[OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamGroup.
|
108
|
+
"""
|
109
|
+
return pulumi.get(self, "id")
|
110
|
+
|
111
|
+
@_builtins.property
|
112
|
+
@pulumi.getter(name="isEnabled")
|
113
|
+
def is_enabled(self) -> _builtins.bool:
|
114
|
+
"""
|
115
|
+
Stream
|
116
|
+
"""
|
117
|
+
return pulumi.get(self, "is_enabled")
|
118
|
+
|
119
|
+
@_builtins.property
|
120
|
+
@pulumi.getter
|
121
|
+
def state(self) -> _builtins.str:
|
122
|
+
"""
|
123
|
+
The current state of the streamGroup.
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "state")
|
126
|
+
|
127
|
+
@_builtins.property
|
128
|
+
@pulumi.getter(name="streamGroupId")
|
129
|
+
def stream_group_id(self) -> _builtins.str:
|
130
|
+
return pulumi.get(self, "stream_group_id")
|
131
|
+
|
132
|
+
@_builtins.property
|
133
|
+
@pulumi.getter(name="streamOverlaps")
|
134
|
+
def stream_overlaps(self) -> Sequence['outputs.GetStreamGroupStreamOverlapResult']:
|
135
|
+
"""
|
136
|
+
List of streamSource OCIDs where the streamSource overlaps in field of view.
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "stream_overlaps")
|
139
|
+
|
140
|
+
@_builtins.property
|
141
|
+
@pulumi.getter(name="streamSourceIds")
|
142
|
+
def stream_source_ids(self) -> Sequence[_builtins.str]:
|
143
|
+
"""
|
144
|
+
List of streamSource OCIDs associated with the stream group
|
145
|
+
"""
|
146
|
+
return pulumi.get(self, "stream_source_ids")
|
147
|
+
|
148
|
+
@_builtins.property
|
149
|
+
@pulumi.getter(name="systemTags")
|
150
|
+
def system_tags(self) -> Mapping[str, _builtins.str]:
|
151
|
+
"""
|
152
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "system_tags")
|
155
|
+
|
156
|
+
@_builtins.property
|
157
|
+
@pulumi.getter(name="timeCreated")
|
158
|
+
def time_created(self) -> _builtins.str:
|
159
|
+
"""
|
160
|
+
When the streamGroup was created, as an RFC3339 datetime string.
|
161
|
+
"""
|
162
|
+
return pulumi.get(self, "time_created")
|
163
|
+
|
164
|
+
@_builtins.property
|
165
|
+
@pulumi.getter(name="timeUpdated")
|
166
|
+
def time_updated(self) -> _builtins.str:
|
167
|
+
"""
|
168
|
+
When the streamGroup was updated, as an RFC3339 datetime string.
|
169
|
+
"""
|
170
|
+
return pulumi.get(self, "time_updated")
|
171
|
+
|
172
|
+
|
173
|
+
class AwaitableGetStreamGroupResult(GetStreamGroupResult):
|
174
|
+
# pylint: disable=using-constant-test
|
175
|
+
def __await__(self):
|
176
|
+
if False:
|
177
|
+
yield self
|
178
|
+
return GetStreamGroupResult(
|
179
|
+
compartment_id=self.compartment_id,
|
180
|
+
defined_tags=self.defined_tags,
|
181
|
+
display_name=self.display_name,
|
182
|
+
freeform_tags=self.freeform_tags,
|
183
|
+
id=self.id,
|
184
|
+
is_enabled=self.is_enabled,
|
185
|
+
state=self.state,
|
186
|
+
stream_group_id=self.stream_group_id,
|
187
|
+
stream_overlaps=self.stream_overlaps,
|
188
|
+
stream_source_ids=self.stream_source_ids,
|
189
|
+
system_tags=self.system_tags,
|
190
|
+
time_created=self.time_created,
|
191
|
+
time_updated=self.time_updated)
|
192
|
+
|
193
|
+
|
194
|
+
def get_stream_group(stream_group_id: Optional[_builtins.str] = None,
|
195
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetStreamGroupResult:
|
196
|
+
"""
|
197
|
+
This data source provides details about a specific Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.
|
198
|
+
|
199
|
+
Get a streamGroup
|
200
|
+
|
201
|
+
## Example Usage
|
202
|
+
|
203
|
+
```python
|
204
|
+
import pulumi
|
205
|
+
import pulumi_oci as oci
|
206
|
+
|
207
|
+
test_stream_group = oci.AiVision.get_stream_group(stream_group_id=test_stream_group_oci_ai_vision_stream_group["id"])
|
208
|
+
```
|
209
|
+
|
210
|
+
|
211
|
+
:param _builtins.str stream_group_id: StreamGroup Id.
|
212
|
+
"""
|
213
|
+
__args__ = dict()
|
214
|
+
__args__['streamGroupId'] = stream_group_id
|
215
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
216
|
+
__ret__ = pulumi.runtime.invoke('oci:AiVision/getStreamGroup:getStreamGroup', __args__, opts=opts, typ=GetStreamGroupResult).value
|
217
|
+
|
218
|
+
return AwaitableGetStreamGroupResult(
|
219
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
220
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
221
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
222
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
223
|
+
id=pulumi.get(__ret__, 'id'),
|
224
|
+
is_enabled=pulumi.get(__ret__, 'is_enabled'),
|
225
|
+
state=pulumi.get(__ret__, 'state'),
|
226
|
+
stream_group_id=pulumi.get(__ret__, 'stream_group_id'),
|
227
|
+
stream_overlaps=pulumi.get(__ret__, 'stream_overlaps'),
|
228
|
+
stream_source_ids=pulumi.get(__ret__, 'stream_source_ids'),
|
229
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
230
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
231
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
232
|
+
def get_stream_group_output(stream_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
233
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetStreamGroupResult]:
|
234
|
+
"""
|
235
|
+
This data source provides details about a specific Stream Group resource in Oracle Cloud Infrastructure Ai Vision service.
|
236
|
+
|
237
|
+
Get a streamGroup
|
238
|
+
|
239
|
+
## Example Usage
|
240
|
+
|
241
|
+
```python
|
242
|
+
import pulumi
|
243
|
+
import pulumi_oci as oci
|
244
|
+
|
245
|
+
test_stream_group = oci.AiVision.get_stream_group(stream_group_id=test_stream_group_oci_ai_vision_stream_group["id"])
|
246
|
+
```
|
247
|
+
|
248
|
+
|
249
|
+
:param _builtins.str stream_group_id: StreamGroup Id.
|
250
|
+
"""
|
251
|
+
__args__ = dict()
|
252
|
+
__args__['streamGroupId'] = stream_group_id
|
253
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
254
|
+
__ret__ = pulumi.runtime.invoke_output('oci:AiVision/getStreamGroup:getStreamGroup', __args__, opts=opts, typ=GetStreamGroupResult)
|
255
|
+
return __ret__.apply(lambda __response__: GetStreamGroupResult(
|
256
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
257
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
258
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
259
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
260
|
+
id=pulumi.get(__response__, 'id'),
|
261
|
+
is_enabled=pulumi.get(__response__, 'is_enabled'),
|
262
|
+
state=pulumi.get(__response__, 'state'),
|
263
|
+
stream_group_id=pulumi.get(__response__, 'stream_group_id'),
|
264
|
+
stream_overlaps=pulumi.get(__response__, 'stream_overlaps'),
|
265
|
+
stream_source_ids=pulumi.get(__response__, 'stream_source_ids'),
|
266
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
267
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
268
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|