pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -1,173 +0,0 @@
|
|
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 pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
from ._inputs import *
|
13
|
-
|
14
|
-
__all__ = [
|
15
|
-
'GetServicesResult',
|
16
|
-
'AwaitableGetServicesResult',
|
17
|
-
'get_services',
|
18
|
-
'get_services_output',
|
19
|
-
]
|
20
|
-
|
21
|
-
@pulumi.output_type
|
22
|
-
class GetServicesResult:
|
23
|
-
"""
|
24
|
-
A collection of values returned by getServices.
|
25
|
-
"""
|
26
|
-
def __init__(__self__, comms_manager_name=None, compartment_id=None, filters=None, id=None, platform_type=None, services_collections=None):
|
27
|
-
if comms_manager_name and not isinstance(comms_manager_name, str):
|
28
|
-
raise TypeError("Expected argument 'comms_manager_name' to be a str")
|
29
|
-
pulumi.set(__self__, "comms_manager_name", comms_manager_name)
|
30
|
-
if compartment_id and not isinstance(compartment_id, str):
|
31
|
-
raise TypeError("Expected argument 'compartment_id' to be a str")
|
32
|
-
pulumi.set(__self__, "compartment_id", compartment_id)
|
33
|
-
if filters and not isinstance(filters, list):
|
34
|
-
raise TypeError("Expected argument 'filters' to be a list")
|
35
|
-
pulumi.set(__self__, "filters", filters)
|
36
|
-
if id and not isinstance(id, str):
|
37
|
-
raise TypeError("Expected argument 'id' to be a str")
|
38
|
-
pulumi.set(__self__, "id", id)
|
39
|
-
if platform_type and not isinstance(platform_type, str):
|
40
|
-
raise TypeError("Expected argument 'platform_type' to be a str")
|
41
|
-
pulumi.set(__self__, "platform_type", platform_type)
|
42
|
-
if services_collections and not isinstance(services_collections, list):
|
43
|
-
raise TypeError("Expected argument 'services_collections' to be a list")
|
44
|
-
pulumi.set(__self__, "services_collections", services_collections)
|
45
|
-
|
46
|
-
@property
|
47
|
-
@pulumi.getter(name="commsManagerName")
|
48
|
-
def comms_manager_name(self) -> Optional[str]:
|
49
|
-
"""
|
50
|
-
Name of the comms manager team that manages Notifications to this service.
|
51
|
-
"""
|
52
|
-
return pulumi.get(self, "comms_manager_name")
|
53
|
-
|
54
|
-
@property
|
55
|
-
@pulumi.getter(name="compartmentId")
|
56
|
-
def compartment_id(self) -> str:
|
57
|
-
return pulumi.get(self, "compartment_id")
|
58
|
-
|
59
|
-
@property
|
60
|
-
@pulumi.getter
|
61
|
-
def filters(self) -> Optional[Sequence['outputs.GetServicesFilterResult']]:
|
62
|
-
return pulumi.get(self, "filters")
|
63
|
-
|
64
|
-
@property
|
65
|
-
@pulumi.getter
|
66
|
-
def id(self) -> str:
|
67
|
-
"""
|
68
|
-
The provider-assigned unique ID for this managed resource.
|
69
|
-
"""
|
70
|
-
return pulumi.get(self, "id")
|
71
|
-
|
72
|
-
@property
|
73
|
-
@pulumi.getter(name="platformType")
|
74
|
-
def platform_type(self) -> Optional[str]:
|
75
|
-
"""
|
76
|
-
The platform type this service object is related to.
|
77
|
-
"""
|
78
|
-
return pulumi.get(self, "platform_type")
|
79
|
-
|
80
|
-
@property
|
81
|
-
@pulumi.getter(name="servicesCollections")
|
82
|
-
def services_collections(self) -> Sequence['outputs.GetServicesServicesCollectionResult']:
|
83
|
-
"""
|
84
|
-
The list of services_collection.
|
85
|
-
"""
|
86
|
-
return pulumi.get(self, "services_collections")
|
87
|
-
|
88
|
-
|
89
|
-
class AwaitableGetServicesResult(GetServicesResult):
|
90
|
-
# pylint: disable=using-constant-test
|
91
|
-
def __await__(self):
|
92
|
-
if False:
|
93
|
-
yield self
|
94
|
-
return GetServicesResult(
|
95
|
-
comms_manager_name=self.comms_manager_name,
|
96
|
-
compartment_id=self.compartment_id,
|
97
|
-
filters=self.filters,
|
98
|
-
id=self.id,
|
99
|
-
platform_type=self.platform_type,
|
100
|
-
services_collections=self.services_collections)
|
101
|
-
|
102
|
-
|
103
|
-
def get_services(comms_manager_name: Optional[str] = None,
|
104
|
-
compartment_id: Optional[str] = None,
|
105
|
-
filters: Optional[Sequence[Union['GetServicesFilterArgs', 'GetServicesFilterArgsDict']]] = None,
|
106
|
-
platform_type: Optional[str] = None,
|
107
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServicesResult:
|
108
|
-
"""
|
109
|
-
This data source provides the list of Services in Oracle Cloud Infrastructure.
|
110
|
-
|
111
|
-
List all OCI services
|
112
|
-
|
113
|
-
## Example Usage
|
114
|
-
|
115
|
-
```python
|
116
|
-
import pulumi
|
117
|
-
import pulumi_oci as oci
|
118
|
-
|
119
|
-
test_services = oci.AnnouncementsService.get_services(compartment_id=compartment_id,
|
120
|
-
comms_manager_name=service_comms_manager_name,
|
121
|
-
platform_type=service_platform_type)
|
122
|
-
```
|
123
|
-
|
124
|
-
|
125
|
-
:param str comms_manager_name: Filter by comms manager name
|
126
|
-
:param str compartment_id: The OCID of the root compartment/tenancy.
|
127
|
-
:param str platform_type: A filter to return only services underlying a specific platform.
|
128
|
-
"""
|
129
|
-
__args__ = dict()
|
130
|
-
__args__['commsManagerName'] = comms_manager_name
|
131
|
-
__args__['compartmentId'] = compartment_id
|
132
|
-
__args__['filters'] = filters
|
133
|
-
__args__['platformType'] = platform_type
|
134
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
|
-
__ret__ = pulumi.runtime.invoke('oci:AnnouncementsService/getServices:getServices', __args__, opts=opts, typ=GetServicesResult).value
|
136
|
-
|
137
|
-
return AwaitableGetServicesResult(
|
138
|
-
comms_manager_name=pulumi.get(__ret__, 'comms_manager_name'),
|
139
|
-
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
140
|
-
filters=pulumi.get(__ret__, 'filters'),
|
141
|
-
id=pulumi.get(__ret__, 'id'),
|
142
|
-
platform_type=pulumi.get(__ret__, 'platform_type'),
|
143
|
-
services_collections=pulumi.get(__ret__, 'services_collections'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_services)
|
147
|
-
def get_services_output(comms_manager_name: Optional[pulumi.Input[Optional[str]]] = None,
|
148
|
-
compartment_id: Optional[pulumi.Input[str]] = None,
|
149
|
-
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetServicesFilterArgs', 'GetServicesFilterArgsDict']]]]] = None,
|
150
|
-
platform_type: Optional[pulumi.Input[Optional[str]]] = None,
|
151
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServicesResult]:
|
152
|
-
"""
|
153
|
-
This data source provides the list of Services in Oracle Cloud Infrastructure.
|
154
|
-
|
155
|
-
List all OCI services
|
156
|
-
|
157
|
-
## Example Usage
|
158
|
-
|
159
|
-
```python
|
160
|
-
import pulumi
|
161
|
-
import pulumi_oci as oci
|
162
|
-
|
163
|
-
test_services = oci.AnnouncementsService.get_services(compartment_id=compartment_id,
|
164
|
-
comms_manager_name=service_comms_manager_name,
|
165
|
-
platform_type=service_platform_type)
|
166
|
-
```
|
167
|
-
|
168
|
-
|
169
|
-
:param str comms_manager_name: Filter by comms manager name
|
170
|
-
:param str compartment_id: The OCID of the root compartment/tenancy.
|
171
|
-
:param str platform_type: A filter to return only services underlying a specific platform.
|
172
|
-
"""
|
173
|
-
...
|
pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py
DELETED
@@ -1,275 +0,0 @@
|
|
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 pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
from ._inputs import *
|
13
|
-
|
14
|
-
__all__ = ['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement']
|
15
|
-
|
16
|
-
@pulumi.input_type
|
17
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs:
|
18
|
-
def __init__(__self__, *,
|
19
|
-
autonomous_database_id: pulumi.Input[str],
|
20
|
-
enable_autonomous_database_dbm_feature: pulumi.Input[bool],
|
21
|
-
feature_details: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None):
|
22
|
-
"""
|
23
|
-
The set of arguments for constructing a AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement resource.
|
24
|
-
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
25
|
-
:param pulumi.Input[bool] enable_autonomous_database_dbm_feature: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
26
|
-
|
27
|
-
|
28
|
-
** IMPORTANT **
|
29
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
30
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs'] feature_details: The details required to enable the specified Database Management feature for an Autonomous Database.
|
31
|
-
"""
|
32
|
-
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
33
|
-
pulumi.set(__self__, "enable_autonomous_database_dbm_feature", enable_autonomous_database_dbm_feature)
|
34
|
-
if feature_details is not None:
|
35
|
-
pulumi.set(__self__, "feature_details", feature_details)
|
36
|
-
|
37
|
-
@property
|
38
|
-
@pulumi.getter(name="autonomousDatabaseId")
|
39
|
-
def autonomous_database_id(self) -> pulumi.Input[str]:
|
40
|
-
"""
|
41
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
42
|
-
"""
|
43
|
-
return pulumi.get(self, "autonomous_database_id")
|
44
|
-
|
45
|
-
@autonomous_database_id.setter
|
46
|
-
def autonomous_database_id(self, value: pulumi.Input[str]):
|
47
|
-
pulumi.set(self, "autonomous_database_id", value)
|
48
|
-
|
49
|
-
@property
|
50
|
-
@pulumi.getter(name="enableAutonomousDatabaseDbmFeature")
|
51
|
-
def enable_autonomous_database_dbm_feature(self) -> pulumi.Input[bool]:
|
52
|
-
"""
|
53
|
-
(Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
54
|
-
|
55
|
-
|
56
|
-
** IMPORTANT **
|
57
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
58
|
-
"""
|
59
|
-
return pulumi.get(self, "enable_autonomous_database_dbm_feature")
|
60
|
-
|
61
|
-
@enable_autonomous_database_dbm_feature.setter
|
62
|
-
def enable_autonomous_database_dbm_feature(self, value: pulumi.Input[bool]):
|
63
|
-
pulumi.set(self, "enable_autonomous_database_dbm_feature", value)
|
64
|
-
|
65
|
-
@property
|
66
|
-
@pulumi.getter(name="featureDetails")
|
67
|
-
def feature_details(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']]:
|
68
|
-
"""
|
69
|
-
The details required to enable the specified Database Management feature for an Autonomous Database.
|
70
|
-
"""
|
71
|
-
return pulumi.get(self, "feature_details")
|
72
|
-
|
73
|
-
@feature_details.setter
|
74
|
-
def feature_details(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']]):
|
75
|
-
pulumi.set(self, "feature_details", value)
|
76
|
-
|
77
|
-
|
78
|
-
@pulumi.input_type
|
79
|
-
class _AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState:
|
80
|
-
def __init__(__self__, *,
|
81
|
-
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
82
|
-
enable_autonomous_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
|
83
|
-
feature_details: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']] = None):
|
84
|
-
"""
|
85
|
-
Input properties used for looking up and filtering AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement resources.
|
86
|
-
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
87
|
-
:param pulumi.Input[bool] enable_autonomous_database_dbm_feature: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
88
|
-
|
89
|
-
|
90
|
-
** IMPORTANT **
|
91
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
92
|
-
:param pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs'] feature_details: The details required to enable the specified Database Management feature for an Autonomous Database.
|
93
|
-
"""
|
94
|
-
if autonomous_database_id is not None:
|
95
|
-
pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
|
96
|
-
if enable_autonomous_database_dbm_feature is not None:
|
97
|
-
pulumi.set(__self__, "enable_autonomous_database_dbm_feature", enable_autonomous_database_dbm_feature)
|
98
|
-
if feature_details is not None:
|
99
|
-
pulumi.set(__self__, "feature_details", feature_details)
|
100
|
-
|
101
|
-
@property
|
102
|
-
@pulumi.getter(name="autonomousDatabaseId")
|
103
|
-
def autonomous_database_id(self) -> Optional[pulumi.Input[str]]:
|
104
|
-
"""
|
105
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
106
|
-
"""
|
107
|
-
return pulumi.get(self, "autonomous_database_id")
|
108
|
-
|
109
|
-
@autonomous_database_id.setter
|
110
|
-
def autonomous_database_id(self, value: Optional[pulumi.Input[str]]):
|
111
|
-
pulumi.set(self, "autonomous_database_id", value)
|
112
|
-
|
113
|
-
@property
|
114
|
-
@pulumi.getter(name="enableAutonomousDatabaseDbmFeature")
|
115
|
-
def enable_autonomous_database_dbm_feature(self) -> Optional[pulumi.Input[bool]]:
|
116
|
-
"""
|
117
|
-
(Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
118
|
-
|
119
|
-
|
120
|
-
** IMPORTANT **
|
121
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
122
|
-
"""
|
123
|
-
return pulumi.get(self, "enable_autonomous_database_dbm_feature")
|
124
|
-
|
125
|
-
@enable_autonomous_database_dbm_feature.setter
|
126
|
-
def enable_autonomous_database_dbm_feature(self, value: Optional[pulumi.Input[bool]]):
|
127
|
-
pulumi.set(self, "enable_autonomous_database_dbm_feature", value)
|
128
|
-
|
129
|
-
@property
|
130
|
-
@pulumi.getter(name="featureDetails")
|
131
|
-
def feature_details(self) -> Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']]:
|
132
|
-
"""
|
133
|
-
The details required to enable the specified Database Management feature for an Autonomous Database.
|
134
|
-
"""
|
135
|
-
return pulumi.get(self, "feature_details")
|
136
|
-
|
137
|
-
@feature_details.setter
|
138
|
-
def feature_details(self, value: Optional[pulumi.Input['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs']]):
|
139
|
-
pulumi.set(self, "feature_details", value)
|
140
|
-
|
141
|
-
|
142
|
-
class AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(pulumi.CustomResource):
|
143
|
-
@overload
|
144
|
-
def __init__(__self__,
|
145
|
-
resource_name: str,
|
146
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
147
|
-
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
148
|
-
enable_autonomous_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
|
149
|
-
feature_details: Optional[pulumi.Input[Union['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None,
|
150
|
-
__props__=None):
|
151
|
-
"""
|
152
|
-
This resource provides the Autonomous Database Autonomous Database Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
|
153
|
-
|
154
|
-
Enables a Database Management feature for the specified Autonomous Database.
|
155
|
-
|
156
|
-
:param str resource_name: The name of the resource.
|
157
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
158
|
-
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
159
|
-
:param pulumi.Input[bool] enable_autonomous_database_dbm_feature: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
160
|
-
|
161
|
-
|
162
|
-
** IMPORTANT **
|
163
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
164
|
-
:param pulumi.Input[Union['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgsDict']] feature_details: The details required to enable the specified Database Management feature for an Autonomous Database.
|
165
|
-
"""
|
166
|
-
...
|
167
|
-
@overload
|
168
|
-
def __init__(__self__,
|
169
|
-
resource_name: str,
|
170
|
-
args: AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs,
|
171
|
-
opts: Optional[pulumi.ResourceOptions] = None):
|
172
|
-
"""
|
173
|
-
This resource provides the Autonomous Database Autonomous Database Dbm Features Management resource in Oracle Cloud Infrastructure Database Management service.
|
174
|
-
|
175
|
-
Enables a Database Management feature for the specified Autonomous Database.
|
176
|
-
|
177
|
-
:param str resource_name: The name of the resource.
|
178
|
-
:param AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs args: The arguments to use to populate this resource's properties.
|
179
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
180
|
-
"""
|
181
|
-
...
|
182
|
-
def __init__(__self__, resource_name: str, *args, **kwargs):
|
183
|
-
resource_args, opts = _utilities.get_resource_args_opts(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs, pulumi.ResourceOptions, *args, **kwargs)
|
184
|
-
if resource_args is not None:
|
185
|
-
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
186
|
-
else:
|
187
|
-
__self__._internal_init(resource_name, *args, **kwargs)
|
188
|
-
|
189
|
-
def _internal_init(__self__,
|
190
|
-
resource_name: str,
|
191
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
192
|
-
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
193
|
-
enable_autonomous_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
|
194
|
-
feature_details: Optional[pulumi.Input[Union['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None,
|
195
|
-
__props__=None):
|
196
|
-
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
197
|
-
if not isinstance(opts, pulumi.ResourceOptions):
|
198
|
-
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
199
|
-
if opts.id is None:
|
200
|
-
if __props__ is not None:
|
201
|
-
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
202
|
-
__props__ = AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs.__new__(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementArgs)
|
203
|
-
|
204
|
-
if autonomous_database_id is None and not opts.urn:
|
205
|
-
raise TypeError("Missing required property 'autonomous_database_id'")
|
206
|
-
__props__.__dict__["autonomous_database_id"] = autonomous_database_id
|
207
|
-
if enable_autonomous_database_dbm_feature is None and not opts.urn:
|
208
|
-
raise TypeError("Missing required property 'enable_autonomous_database_dbm_feature'")
|
209
|
-
__props__.__dict__["enable_autonomous_database_dbm_feature"] = enable_autonomous_database_dbm_feature
|
210
|
-
__props__.__dict__["feature_details"] = feature_details
|
211
|
-
super(AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement, __self__).__init__(
|
212
|
-
'oci:DatabaseManagement/autonomousDatabaseAutonomousDatabaseDbmFeaturesManagement:AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement',
|
213
|
-
resource_name,
|
214
|
-
__props__,
|
215
|
-
opts)
|
216
|
-
|
217
|
-
@staticmethod
|
218
|
-
def get(resource_name: str,
|
219
|
-
id: pulumi.Input[str],
|
220
|
-
opts: Optional[pulumi.ResourceOptions] = None,
|
221
|
-
autonomous_database_id: Optional[pulumi.Input[str]] = None,
|
222
|
-
enable_autonomous_database_dbm_feature: Optional[pulumi.Input[bool]] = None,
|
223
|
-
feature_details: Optional[pulumi.Input[Union['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgsDict']]] = None) -> 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement':
|
224
|
-
"""
|
225
|
-
Get an existing AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement resource's state with the given name, id, and optional extra
|
226
|
-
properties used to qualify the lookup.
|
227
|
-
|
228
|
-
:param str resource_name: The unique name of the resulting resource.
|
229
|
-
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
230
|
-
:param pulumi.ResourceOptions opts: Options for the resource.
|
231
|
-
:param pulumi.Input[str] autonomous_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
232
|
-
:param pulumi.Input[bool] enable_autonomous_database_dbm_feature: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
233
|
-
|
234
|
-
|
235
|
-
** IMPORTANT **
|
236
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
237
|
-
:param pulumi.Input[Union['AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgs', 'AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetailsArgsDict']] feature_details: The details required to enable the specified Database Management feature for an Autonomous Database.
|
238
|
-
"""
|
239
|
-
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
240
|
-
|
241
|
-
__props__ = _AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState.__new__(_AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementState)
|
242
|
-
|
243
|
-
__props__.__dict__["autonomous_database_id"] = autonomous_database_id
|
244
|
-
__props__.__dict__["enable_autonomous_database_dbm_feature"] = enable_autonomous_database_dbm_feature
|
245
|
-
__props__.__dict__["feature_details"] = feature_details
|
246
|
-
return AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagement(resource_name, opts=opts, __props__=__props__)
|
247
|
-
|
248
|
-
@property
|
249
|
-
@pulumi.getter(name="autonomousDatabaseId")
|
250
|
-
def autonomous_database_id(self) -> pulumi.Output[str]:
|
251
|
-
"""
|
252
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database.
|
253
|
-
"""
|
254
|
-
return pulumi.get(self, "autonomous_database_id")
|
255
|
-
|
256
|
-
@property
|
257
|
-
@pulumi.getter(name="enableAutonomousDatabaseDbmFeature")
|
258
|
-
def enable_autonomous_database_dbm_feature(self) -> pulumi.Output[bool]:
|
259
|
-
"""
|
260
|
-
(Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
|
261
|
-
|
262
|
-
|
263
|
-
** IMPORTANT **
|
264
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
265
|
-
"""
|
266
|
-
return pulumi.get(self, "enable_autonomous_database_dbm_feature")
|
267
|
-
|
268
|
-
@property
|
269
|
-
@pulumi.getter(name="featureDetails")
|
270
|
-
def feature_details(self) -> pulumi.Output[Optional['outputs.AutonomousDatabaseAutonomousDatabaseDbmFeaturesManagementFeatureDetails']]:
|
271
|
-
"""
|
272
|
-
The details required to enable the specified Database Management feature for an Autonomous Database.
|
273
|
-
"""
|
274
|
-
return pulumi.get(self, "feature_details")
|
275
|
-
|