pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.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 +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -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 +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,177 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
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
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetOnboardingsResult',
|
21
|
+
'AwaitableGetOnboardingsResult',
|
22
|
+
'get_onboardings',
|
23
|
+
'get_onboardings_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetOnboardingsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getOnboardings.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, filters=None, id=None, onboarding_collections=None, state=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
if onboarding_collections and not isinstance(onboarding_collections, list):
|
42
|
+
raise TypeError("Expected argument 'onboarding_collections' to be a list")
|
43
|
+
pulumi.set(__self__, "onboarding_collections", onboarding_collections)
|
44
|
+
if state and not isinstance(state, str):
|
45
|
+
raise TypeError("Expected argument 'state' to be a str")
|
46
|
+
pulumi.set(__self__, "state", state)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> Optional[str]:
|
51
|
+
"""
|
52
|
+
Tenancy OCID
|
53
|
+
"""
|
54
|
+
return pulumi.get(self, "compartment_id")
|
55
|
+
|
56
|
+
@property
|
57
|
+
@pulumi.getter
|
58
|
+
def filters(self) -> Optional[Sequence['outputs.GetOnboardingsFilterResult']]:
|
59
|
+
return pulumi.get(self, "filters")
|
60
|
+
|
61
|
+
@property
|
62
|
+
@pulumi.getter
|
63
|
+
def id(self) -> Optional[str]:
|
64
|
+
"""
|
65
|
+
The unique id of the resource.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "id")
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter(name="onboardingCollections")
|
71
|
+
def onboarding_collections(self) -> Sequence['outputs.GetOnboardingsOnboardingCollectionResult']:
|
72
|
+
"""
|
73
|
+
The list of onboarding_collection.
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "onboarding_collections")
|
76
|
+
|
77
|
+
@property
|
78
|
+
@pulumi.getter
|
79
|
+
def state(self) -> Optional[str]:
|
80
|
+
"""
|
81
|
+
The current state of the Onboarding.
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "state")
|
84
|
+
|
85
|
+
|
86
|
+
class AwaitableGetOnboardingsResult(GetOnboardingsResult):
|
87
|
+
# pylint: disable=using-constant-test
|
88
|
+
def __await__(self):
|
89
|
+
if False:
|
90
|
+
yield self
|
91
|
+
return GetOnboardingsResult(
|
92
|
+
compartment_id=self.compartment_id,
|
93
|
+
filters=self.filters,
|
94
|
+
id=self.id,
|
95
|
+
onboarding_collections=self.onboarding_collections,
|
96
|
+
state=self.state)
|
97
|
+
|
98
|
+
|
99
|
+
def get_onboardings(compartment_id: Optional[str] = None,
|
100
|
+
filters: Optional[Sequence[Union['GetOnboardingsFilterArgs', 'GetOnboardingsFilterArgsDict']]] = None,
|
101
|
+
id: Optional[str] = None,
|
102
|
+
state: Optional[str] = None,
|
103
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOnboardingsResult:
|
104
|
+
"""
|
105
|
+
This data source provides the list of Onboardings in Oracle Cloud Infrastructure Fleet Apps Management service.
|
106
|
+
|
107
|
+
Returns a list of onboarding information for the Tenancy.
|
108
|
+
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_oci as oci
|
114
|
+
|
115
|
+
test_onboardings = oci.FleetAppsManagement.get_onboardings(compartment_id=compartment_id,
|
116
|
+
id=onboarding_id,
|
117
|
+
state=onboarding_state)
|
118
|
+
```
|
119
|
+
|
120
|
+
|
121
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
122
|
+
:param str id: unique onboarding identifier
|
123
|
+
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
124
|
+
"""
|
125
|
+
__args__ = dict()
|
126
|
+
__args__['compartmentId'] = compartment_id
|
127
|
+
__args__['filters'] = filters
|
128
|
+
__args__['id'] = id
|
129
|
+
__args__['state'] = state
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke('oci:FleetAppsManagement/getOnboardings:getOnboardings', __args__, opts=opts, typ=GetOnboardingsResult).value
|
132
|
+
|
133
|
+
return AwaitableGetOnboardingsResult(
|
134
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
135
|
+
filters=pulumi.get(__ret__, 'filters'),
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
137
|
+
onboarding_collections=pulumi.get(__ret__, 'onboarding_collections'),
|
138
|
+
state=pulumi.get(__ret__, 'state'))
|
139
|
+
def get_onboardings_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
140
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetOnboardingsFilterArgs', 'GetOnboardingsFilterArgsDict']]]]] = None,
|
141
|
+
id: Optional[pulumi.Input[Optional[str]]] = None,
|
142
|
+
state: Optional[pulumi.Input[Optional[str]]] = None,
|
143
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOnboardingsResult]:
|
144
|
+
"""
|
145
|
+
This data source provides the list of Onboardings in Oracle Cloud Infrastructure Fleet Apps Management service.
|
146
|
+
|
147
|
+
Returns a list of onboarding information for the Tenancy.
|
148
|
+
|
149
|
+
## Example Usage
|
150
|
+
|
151
|
+
```python
|
152
|
+
import pulumi
|
153
|
+
import pulumi_oci as oci
|
154
|
+
|
155
|
+
test_onboardings = oci.FleetAppsManagement.get_onboardings(compartment_id=compartment_id,
|
156
|
+
id=onboarding_id,
|
157
|
+
state=onboarding_state)
|
158
|
+
```
|
159
|
+
|
160
|
+
|
161
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
162
|
+
:param str id: unique onboarding identifier
|
163
|
+
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
164
|
+
"""
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['compartmentId'] = compartment_id
|
167
|
+
__args__['filters'] = filters
|
168
|
+
__args__['id'] = id
|
169
|
+
__args__['state'] = state
|
170
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
171
|
+
__ret__ = pulumi.runtime.invoke_output('oci:FleetAppsManagement/getOnboardings:getOnboardings', __args__, opts=opts, typ=GetOnboardingsResult)
|
172
|
+
return __ret__.apply(lambda __response__: GetOnboardingsResult(
|
173
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
174
|
+
filters=pulumi.get(__response__, 'filters'),
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
176
|
+
onboarding_collections=pulumi.get(__response__, 'onboarding_collections'),
|
177
|
+
state=pulumi.get(__response__, 'state')))
|
@@ -0,0 +1,221 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
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
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetPropertiesResult',
|
21
|
+
'AwaitableGetPropertiesResult',
|
22
|
+
'get_properties',
|
23
|
+
'get_properties_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetPropertiesResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getProperties.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, display_name=None, filters=None, id=None, property_collections=None, scope=None, state=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if display_name and not isinstance(display_name, str):
|
36
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
37
|
+
pulumi.set(__self__, "display_name", display_name)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if id and not isinstance(id, str):
|
42
|
+
raise TypeError("Expected argument 'id' to be a str")
|
43
|
+
pulumi.set(__self__, "id", id)
|
44
|
+
if property_collections and not isinstance(property_collections, list):
|
45
|
+
raise TypeError("Expected argument 'property_collections' to be a list")
|
46
|
+
pulumi.set(__self__, "property_collections", property_collections)
|
47
|
+
if scope and not isinstance(scope, str):
|
48
|
+
raise TypeError("Expected argument 'scope' to be a str")
|
49
|
+
pulumi.set(__self__, "scope", scope)
|
50
|
+
if state and not isinstance(state, str):
|
51
|
+
raise TypeError("Expected argument 'state' to be a str")
|
52
|
+
pulumi.set(__self__, "state", state)
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter(name="compartmentId")
|
56
|
+
def compartment_id(self) -> Optional[str]:
|
57
|
+
"""
|
58
|
+
Tenancy OCID
|
59
|
+
"""
|
60
|
+
return pulumi.get(self, "compartment_id")
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter(name="displayName")
|
64
|
+
def display_name(self) -> Optional[str]:
|
65
|
+
"""
|
66
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "display_name")
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter
|
72
|
+
def filters(self) -> Optional[Sequence['outputs.GetPropertiesFilterResult']]:
|
73
|
+
return pulumi.get(self, "filters")
|
74
|
+
|
75
|
+
@property
|
76
|
+
@pulumi.getter
|
77
|
+
def id(self) -> Optional[str]:
|
78
|
+
"""
|
79
|
+
The OCID of the resource.
|
80
|
+
"""
|
81
|
+
return pulumi.get(self, "id")
|
82
|
+
|
83
|
+
@property
|
84
|
+
@pulumi.getter(name="propertyCollections")
|
85
|
+
def property_collections(self) -> Sequence['outputs.GetPropertiesPropertyCollectionResult']:
|
86
|
+
"""
|
87
|
+
The list of property_collection.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "property_collections")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter
|
93
|
+
def scope(self) -> Optional[str]:
|
94
|
+
"""
|
95
|
+
The scope of the property
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "scope")
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter
|
101
|
+
def state(self) -> Optional[str]:
|
102
|
+
"""
|
103
|
+
The current state of the Property.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "state")
|
106
|
+
|
107
|
+
|
108
|
+
class AwaitableGetPropertiesResult(GetPropertiesResult):
|
109
|
+
# pylint: disable=using-constant-test
|
110
|
+
def __await__(self):
|
111
|
+
if False:
|
112
|
+
yield self
|
113
|
+
return GetPropertiesResult(
|
114
|
+
compartment_id=self.compartment_id,
|
115
|
+
display_name=self.display_name,
|
116
|
+
filters=self.filters,
|
117
|
+
id=self.id,
|
118
|
+
property_collections=self.property_collections,
|
119
|
+
scope=self.scope,
|
120
|
+
state=self.state)
|
121
|
+
|
122
|
+
|
123
|
+
def get_properties(compartment_id: Optional[str] = None,
|
124
|
+
display_name: Optional[str] = None,
|
125
|
+
filters: Optional[Sequence[Union['GetPropertiesFilterArgs', 'GetPropertiesFilterArgsDict']]] = None,
|
126
|
+
id: Optional[str] = None,
|
127
|
+
scope: Optional[str] = None,
|
128
|
+
state: Optional[str] = None,
|
129
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPropertiesResult:
|
130
|
+
"""
|
131
|
+
This data source provides the list of Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
|
132
|
+
|
133
|
+
Returns a list of Properties for Tenancy.
|
134
|
+
|
135
|
+
## Example Usage
|
136
|
+
|
137
|
+
```python
|
138
|
+
import pulumi
|
139
|
+
import pulumi_oci as oci
|
140
|
+
|
141
|
+
test_properties = oci.FleetAppsManagement.get_properties(compartment_id=compartment_id,
|
142
|
+
display_name=property_display_name,
|
143
|
+
id=property_id,
|
144
|
+
scope=property_scope,
|
145
|
+
state=property_state)
|
146
|
+
```
|
147
|
+
|
148
|
+
|
149
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
150
|
+
:param str display_name: A filter to return only resources that match the entire display name given.
|
151
|
+
:param str id: unique Property identifier
|
152
|
+
:param str scope: A filter to return only resources their scope matches the given lifecycleState.
|
153
|
+
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
154
|
+
"""
|
155
|
+
__args__ = dict()
|
156
|
+
__args__['compartmentId'] = compartment_id
|
157
|
+
__args__['displayName'] = display_name
|
158
|
+
__args__['filters'] = filters
|
159
|
+
__args__['id'] = id
|
160
|
+
__args__['scope'] = scope
|
161
|
+
__args__['state'] = state
|
162
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
163
|
+
__ret__ = pulumi.runtime.invoke('oci:FleetAppsManagement/getProperties:getProperties', __args__, opts=opts, typ=GetPropertiesResult).value
|
164
|
+
|
165
|
+
return AwaitableGetPropertiesResult(
|
166
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
167
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
168
|
+
filters=pulumi.get(__ret__, 'filters'),
|
169
|
+
id=pulumi.get(__ret__, 'id'),
|
170
|
+
property_collections=pulumi.get(__ret__, 'property_collections'),
|
171
|
+
scope=pulumi.get(__ret__, 'scope'),
|
172
|
+
state=pulumi.get(__ret__, 'state'))
|
173
|
+
def get_properties_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
174
|
+
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
175
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetPropertiesFilterArgs', 'GetPropertiesFilterArgsDict']]]]] = None,
|
176
|
+
id: Optional[pulumi.Input[Optional[str]]] = None,
|
177
|
+
scope: Optional[pulumi.Input[Optional[str]]] = None,
|
178
|
+
state: Optional[pulumi.Input[Optional[str]]] = None,
|
179
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPropertiesResult]:
|
180
|
+
"""
|
181
|
+
This data source provides the list of Properties in Oracle Cloud Infrastructure Fleet Apps Management service.
|
182
|
+
|
183
|
+
Returns a list of Properties for Tenancy.
|
184
|
+
|
185
|
+
## Example Usage
|
186
|
+
|
187
|
+
```python
|
188
|
+
import pulumi
|
189
|
+
import pulumi_oci as oci
|
190
|
+
|
191
|
+
test_properties = oci.FleetAppsManagement.get_properties(compartment_id=compartment_id,
|
192
|
+
display_name=property_display_name,
|
193
|
+
id=property_id,
|
194
|
+
scope=property_scope,
|
195
|
+
state=property_state)
|
196
|
+
```
|
197
|
+
|
198
|
+
|
199
|
+
:param str compartment_id: The ID of the compartment in which to list resources.
|
200
|
+
:param str display_name: A filter to return only resources that match the entire display name given.
|
201
|
+
:param str id: unique Property identifier
|
202
|
+
:param str scope: A filter to return only resources their scope matches the given lifecycleState.
|
203
|
+
:param str state: A filter to return only resources their lifecycleState matches the given lifecycleState.
|
204
|
+
"""
|
205
|
+
__args__ = dict()
|
206
|
+
__args__['compartmentId'] = compartment_id
|
207
|
+
__args__['displayName'] = display_name
|
208
|
+
__args__['filters'] = filters
|
209
|
+
__args__['id'] = id
|
210
|
+
__args__['scope'] = scope
|
211
|
+
__args__['state'] = state
|
212
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
213
|
+
__ret__ = pulumi.runtime.invoke_output('oci:FleetAppsManagement/getProperties:getProperties', __args__, opts=opts, typ=GetPropertiesResult)
|
214
|
+
return __ret__.apply(lambda __response__: GetPropertiesResult(
|
215
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
216
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
217
|
+
filters=pulumi.get(__response__, 'filters'),
|
218
|
+
id=pulumi.get(__response__, 'id'),
|
219
|
+
property_collections=pulumi.get(__response__, 'property_collections'),
|
220
|
+
scope=pulumi.get(__response__, 'scope'),
|
221
|
+
state=pulumi.get(__response__, 'state')))
|