pulumi-oci 1.34.0a1714565502__py3-none-any.whl → 1.35.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 +40 -0
- pulumi_oci/config/__init__.pyi +2 -2
- pulumi_oci/config/vars.py +2 -2
- pulumi_oci/database/_inputs.py +112 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/cloud_vm_cluster.py +55 -0
- pulumi_oci/database/db_home.py +47 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_db_home.py +14 -1
- pulumi_oci/database/outputs.py +327 -6
- pulumi_oci/databasemanagement/__init__.py +5 -0
- pulumi_oci/databasemanagement/_inputs.py +1207 -2
- pulumi_oci/databasemanagement/database_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +28 -0
- pulumi_oci/databasemanagement/external_asm.py +28 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +28 -0
- pulumi_oci/databasemanagement/external_cluster.py +28 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +28 -0
- pulumi_oci/databasemanagement/external_db_home.py +28 -0
- pulumi_oci/databasemanagement/external_db_node.py +28 -0
- pulumi_oci/databasemanagement/external_db_system.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +28 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +28 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +28 -0
- pulumi_oci/databasemanagement/external_listener.py +28 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +275 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm.py +14 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +14 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +14 -1
- pulumi_oci/databasemanagement/get_external_databases.py +18 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +14 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +14 -1
- pulumi_oci/databasemanagement/get_external_listener.py +14 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +14 -1
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -6
- pulumi_oci/databasemanagement/get_named_credential.py +14 -1
- pulumi_oci/databasemanagement/managed_database.py +28 -0
- pulumi_oci/databasemanagement/managed_database_group.py +28 -0
- pulumi_oci/databasemanagement/named_credential.py +28 -0
- pulumi_oci/databasemanagement/outputs.py +1723 -214
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +275 -0
- pulumi_oci/datasafe/__init__.py +3 -0
- pulumi_oci/datasafe/_inputs.py +80 -0
- pulumi_oci/datasafe/get_masking_policy.py +11 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +235 -0
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +153 -0
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +267 -0
- pulumi_oci/datasafe/masking_policy.py +75 -28
- pulumi_oci/datasafe/outputs.py +287 -0
- pulumi_oci/disasterrecovery/_inputs.py +16 -0
- pulumi_oci/disasterrecovery/outputs.py +36 -0
- pulumi_oci/loadbalancer/_inputs.py +144 -20
- pulumi_oci/loadbalancer/backend.py +49 -0
- pulumi_oci/loadbalancer/backend_set.py +57 -0
- pulumi_oci/loadbalancer/get_listener_rules.py +2 -2
- pulumi_oci/loadbalancer/load_balancer.py +98 -7
- pulumi_oci/loadbalancer/outputs.py +361 -36
- pulumi_oci/loadbalancer/rule_set.py +10 -0
- pulumi_oci/provider.py +8 -16
- pulumi_oci/recoverymod/_inputs.py +16 -0
- pulumi_oci/recoverymod/get_protected_database.py +25 -5
- pulumi_oci/recoverymod/get_protection_policies.py +1 -7
- pulumi_oci/recoverymod/get_protection_policy.py +15 -8
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +32 -9
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +3 -21
- pulumi_oci/recoverymod/outputs.py +96 -24
- pulumi_oci/recoverymod/protected_database.py +95 -16
- pulumi_oci/recoverymod/protection_policy.py +121 -54
- pulumi_oci/recoverymod/recovery_service_subnet.py +143 -55
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/RECORD +88 -80
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.34.0a1714565502.dist-info → pulumi_oci-1.35.0.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -2788,6 +2788,14 @@ _utilities.register(
|
|
2788
2788
|
"oci:Database/vmClusterRemoveVirtualMachine:VmClusterRemoveVirtualMachine": "VmClusterRemoveVirtualMachine"
|
2789
2789
|
}
|
2790
2790
|
},
|
2791
|
+
{
|
2792
|
+
"pkg": "oci",
|
2793
|
+
"mod": "DatabaseManagement/databaseDbmFeaturesManagement",
|
2794
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2795
|
+
"classes": {
|
2796
|
+
"oci:DatabaseManagement/databaseDbmFeaturesManagement:DatabaseDbmFeaturesManagement": "DatabaseDbmFeaturesManagement"
|
2797
|
+
}
|
2798
|
+
},
|
2791
2799
|
{
|
2792
2800
|
"pkg": "oci",
|
2793
2801
|
"mod": "DatabaseManagement/dbManagementPrivateEndpoint",
|
@@ -2932,6 +2940,30 @@ _utilities.register(
|
|
2932
2940
|
"oci:DatabaseManagement/externalListener:ExternalListener": "ExternalListener"
|
2933
2941
|
}
|
2934
2942
|
},
|
2943
|
+
{
|
2944
|
+
"pkg": "oci",
|
2945
|
+
"mod": "DatabaseManagement/externalcontainerdatabaseExternalContainerDbmFeaturesManagement",
|
2946
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2947
|
+
"classes": {
|
2948
|
+
"oci:DatabaseManagement/externalcontainerdatabaseExternalContainerDbmFeaturesManagement:ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement": "ExternalcontainerdatabaseExternalContainerDbmFeaturesManagement"
|
2949
|
+
}
|
2950
|
+
},
|
2951
|
+
{
|
2952
|
+
"pkg": "oci",
|
2953
|
+
"mod": "DatabaseManagement/externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement",
|
2954
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2955
|
+
"classes": {
|
2956
|
+
"oci:DatabaseManagement/externalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement:ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement": "ExternalnoncontainerdatabaseExternalNonContainerDbmFeaturesManagement"
|
2957
|
+
}
|
2958
|
+
},
|
2959
|
+
{
|
2960
|
+
"pkg": "oci",
|
2961
|
+
"mod": "DatabaseManagement/externalpluggabledatabaseExternalPluggableDbmFeaturesManagement",
|
2962
|
+
"fqn": "pulumi_oci.databasemanagement",
|
2963
|
+
"classes": {
|
2964
|
+
"oci:DatabaseManagement/externalpluggabledatabaseExternalPluggableDbmFeaturesManagement:ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement": "ExternalpluggabledatabaseExternalPluggableDbmFeaturesManagement"
|
2965
|
+
}
|
2966
|
+
},
|
2935
2967
|
{
|
2936
2968
|
"pkg": "oci",
|
2937
2969
|
"mod": "DatabaseManagement/managedDatabase",
|
@@ -2972,6 +3004,14 @@ _utilities.register(
|
|
2972
3004
|
"oci:DatabaseManagement/namedCredential:NamedCredential": "NamedCredential"
|
2973
3005
|
}
|
2974
3006
|
},
|
3007
|
+
{
|
3008
|
+
"pkg": "oci",
|
3009
|
+
"mod": "DatabaseManagement/pluggabledatabasePluggableDatabaseDbmFeaturesManagement",
|
3010
|
+
"fqn": "pulumi_oci.databasemanagement",
|
3011
|
+
"classes": {
|
3012
|
+
"oci:DatabaseManagement/pluggabledatabasePluggableDatabaseDbmFeaturesManagement:PluggabledatabasePluggableDatabaseDbmFeaturesManagement": "PluggabledatabasePluggableDatabaseDbmFeaturesManagement"
|
3013
|
+
}
|
3014
|
+
},
|
2975
3015
|
{
|
2976
3016
|
"pkg": "oci",
|
2977
3017
|
"mod": "DatabaseMigration/connection",
|
pulumi_oci/config/__init__.pyi
CHANGED
@@ -11,8 +11,8 @@ from .. import _utilities
|
|
11
11
|
|
12
12
|
auth: Optional[str]
|
13
13
|
"""
|
14
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken'
|
15
|
-
'
|
14
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
15
|
+
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
16
16
|
"""
|
17
17
|
|
18
18
|
configFileProfile: Optional[str]
|
pulumi_oci/config/vars.py
CHANGED
@@ -18,8 +18,8 @@ class _ExportableConfig(types.ModuleType):
|
|
18
18
|
@property
|
19
19
|
def auth(self) -> Optional[str]:
|
20
20
|
"""
|
21
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken'
|
22
|
-
'
|
21
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
22
|
+
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
23
23
|
"""
|
24
24
|
return __config__.get('auth')
|
25
25
|
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -61,10 +61,12 @@ __all__ = [
|
|
61
61
|
'CloudAutonomousVmClusterMaintenanceWindowMonthArgs',
|
62
62
|
'CloudDatabaseManagementCredentialdetailsArgs',
|
63
63
|
'CloudExadataInfrastructureCustomerContactArgs',
|
64
|
+
'CloudExadataInfrastructureDefinedFileSystemConfigurationArgs',
|
64
65
|
'CloudExadataInfrastructureMaintenanceWindowArgs',
|
65
66
|
'CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs',
|
66
67
|
'CloudExadataInfrastructureMaintenanceWindowMonthArgs',
|
67
68
|
'CloudVmClusterDataCollectionOptionsArgs',
|
69
|
+
'CloudVmClusterFileSystemConfigurationDetailArgs',
|
68
70
|
'CloudVmClusterIormConfigCachArgs',
|
69
71
|
'CloudVmClusterIormConfigCachDbPlanArgs',
|
70
72
|
'CloudVmClusterIormConfigDbPlanArgs',
|
@@ -3815,6 +3817,77 @@ class CloudExadataInfrastructureCustomerContactArgs:
|
|
3815
3817
|
pulumi.set(self, "email", value)
|
3816
3818
|
|
3817
3819
|
|
3820
|
+
@pulumi.input_type
|
3821
|
+
class CloudExadataInfrastructureDefinedFileSystemConfigurationArgs:
|
3822
|
+
def __init__(__self__, *,
|
3823
|
+
is_backup_partition: Optional[pulumi.Input[bool]] = None,
|
3824
|
+
is_resizable: Optional[pulumi.Input[bool]] = None,
|
3825
|
+
min_size_gb: Optional[pulumi.Input[int]] = None,
|
3826
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
3827
|
+
"""
|
3828
|
+
:param pulumi.Input[bool] is_backup_partition: If true, the file system is used to create a backup prior to Exadata VM OS update.
|
3829
|
+
:param pulumi.Input[bool] is_resizable: If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
3830
|
+
:param pulumi.Input[int] min_size_gb: The minimum size of file system.
|
3831
|
+
:param pulumi.Input[str] mount_point: The mount point of file system.
|
3832
|
+
"""
|
3833
|
+
if is_backup_partition is not None:
|
3834
|
+
pulumi.set(__self__, "is_backup_partition", is_backup_partition)
|
3835
|
+
if is_resizable is not None:
|
3836
|
+
pulumi.set(__self__, "is_resizable", is_resizable)
|
3837
|
+
if min_size_gb is not None:
|
3838
|
+
pulumi.set(__self__, "min_size_gb", min_size_gb)
|
3839
|
+
if mount_point is not None:
|
3840
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
3841
|
+
|
3842
|
+
@property
|
3843
|
+
@pulumi.getter(name="isBackupPartition")
|
3844
|
+
def is_backup_partition(self) -> Optional[pulumi.Input[bool]]:
|
3845
|
+
"""
|
3846
|
+
If true, the file system is used to create a backup prior to Exadata VM OS update.
|
3847
|
+
"""
|
3848
|
+
return pulumi.get(self, "is_backup_partition")
|
3849
|
+
|
3850
|
+
@is_backup_partition.setter
|
3851
|
+
def is_backup_partition(self, value: Optional[pulumi.Input[bool]]):
|
3852
|
+
pulumi.set(self, "is_backup_partition", value)
|
3853
|
+
|
3854
|
+
@property
|
3855
|
+
@pulumi.getter(name="isResizable")
|
3856
|
+
def is_resizable(self) -> Optional[pulumi.Input[bool]]:
|
3857
|
+
"""
|
3858
|
+
If true, the file system resize is allowed for the Exadata Infrastructure cluster. If false, the file system resize is not allowed.
|
3859
|
+
"""
|
3860
|
+
return pulumi.get(self, "is_resizable")
|
3861
|
+
|
3862
|
+
@is_resizable.setter
|
3863
|
+
def is_resizable(self, value: Optional[pulumi.Input[bool]]):
|
3864
|
+
pulumi.set(self, "is_resizable", value)
|
3865
|
+
|
3866
|
+
@property
|
3867
|
+
@pulumi.getter(name="minSizeGb")
|
3868
|
+
def min_size_gb(self) -> Optional[pulumi.Input[int]]:
|
3869
|
+
"""
|
3870
|
+
The minimum size of file system.
|
3871
|
+
"""
|
3872
|
+
return pulumi.get(self, "min_size_gb")
|
3873
|
+
|
3874
|
+
@min_size_gb.setter
|
3875
|
+
def min_size_gb(self, value: Optional[pulumi.Input[int]]):
|
3876
|
+
pulumi.set(self, "min_size_gb", value)
|
3877
|
+
|
3878
|
+
@property
|
3879
|
+
@pulumi.getter(name="mountPoint")
|
3880
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
3881
|
+
"""
|
3882
|
+
The mount point of file system.
|
3883
|
+
"""
|
3884
|
+
return pulumi.get(self, "mount_point")
|
3885
|
+
|
3886
|
+
@mount_point.setter
|
3887
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
3888
|
+
pulumi.set(self, "mount_point", value)
|
3889
|
+
|
3890
|
+
|
3818
3891
|
@pulumi.input_type
|
3819
3892
|
class CloudExadataInfrastructureMaintenanceWindowArgs:
|
3820
3893
|
def __init__(__self__, *,
|
@@ -4099,6 +4172,45 @@ class CloudVmClusterDataCollectionOptionsArgs:
|
|
4099
4172
|
pulumi.set(self, "is_incident_logs_enabled", value)
|
4100
4173
|
|
4101
4174
|
|
4175
|
+
@pulumi.input_type
|
4176
|
+
class CloudVmClusterFileSystemConfigurationDetailArgs:
|
4177
|
+
def __init__(__self__, *,
|
4178
|
+
file_system_size_gb: Optional[pulumi.Input[int]] = None,
|
4179
|
+
mount_point: Optional[pulumi.Input[str]] = None):
|
4180
|
+
"""
|
4181
|
+
:param pulumi.Input[int] file_system_size_gb: (Updatable) The file system size to be allocated in GBs.
|
4182
|
+
:param pulumi.Input[str] mount_point: (Updatable) The mount point of file system.
|
4183
|
+
"""
|
4184
|
+
if file_system_size_gb is not None:
|
4185
|
+
pulumi.set(__self__, "file_system_size_gb", file_system_size_gb)
|
4186
|
+
if mount_point is not None:
|
4187
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
4188
|
+
|
4189
|
+
@property
|
4190
|
+
@pulumi.getter(name="fileSystemSizeGb")
|
4191
|
+
def file_system_size_gb(self) -> Optional[pulumi.Input[int]]:
|
4192
|
+
"""
|
4193
|
+
(Updatable) The file system size to be allocated in GBs.
|
4194
|
+
"""
|
4195
|
+
return pulumi.get(self, "file_system_size_gb")
|
4196
|
+
|
4197
|
+
@file_system_size_gb.setter
|
4198
|
+
def file_system_size_gb(self, value: Optional[pulumi.Input[int]]):
|
4199
|
+
pulumi.set(self, "file_system_size_gb", value)
|
4200
|
+
|
4201
|
+
@property
|
4202
|
+
@pulumi.getter(name="mountPoint")
|
4203
|
+
def mount_point(self) -> Optional[pulumi.Input[str]]:
|
4204
|
+
"""
|
4205
|
+
(Updatable) The mount point of file system.
|
4206
|
+
"""
|
4207
|
+
return pulumi.get(self, "mount_point")
|
4208
|
+
|
4209
|
+
@mount_point.setter
|
4210
|
+
def mount_point(self, value: Optional[pulumi.Input[str]]):
|
4211
|
+
pulumi.set(self, "mount_point", value)
|
4212
|
+
|
4213
|
+
|
4102
4214
|
@pulumi.input_type
|
4103
4215
|
class CloudVmClusterIormConfigCachArgs:
|
4104
4216
|
def __init__(__self__, *,
|
@@ -216,6 +216,7 @@ class _CloudExadataInfrastructureState:
|
|
216
216
|
data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
|
217
217
|
db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
|
218
218
|
db_server_version: Optional[pulumi.Input[str]] = None,
|
219
|
+
defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]] = None,
|
219
220
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
220
221
|
display_name: Optional[pulumi.Input[str]] = None,
|
221
222
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -251,6 +252,7 @@ class _CloudExadataInfrastructureState:
|
|
251
252
|
:param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
|
252
253
|
:param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
|
253
254
|
:param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
|
255
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
|
254
256
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
255
257
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
|
256
258
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -301,6 +303,8 @@ class _CloudExadataInfrastructureState:
|
|
301
303
|
pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
|
302
304
|
if db_server_version is not None:
|
303
305
|
pulumi.set(__self__, "db_server_version", db_server_version)
|
306
|
+
if defined_file_system_configurations is not None:
|
307
|
+
pulumi.set(__self__, "defined_file_system_configurations", defined_file_system_configurations)
|
304
308
|
if defined_tags is not None:
|
305
309
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
306
310
|
if display_name is not None:
|
@@ -488,6 +492,18 @@ class _CloudExadataInfrastructureState:
|
|
488
492
|
def db_server_version(self, value: Optional[pulumi.Input[str]]):
|
489
493
|
pulumi.set(self, "db_server_version", value)
|
490
494
|
|
495
|
+
@property
|
496
|
+
@pulumi.getter(name="definedFileSystemConfigurations")
|
497
|
+
def defined_file_system_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]:
|
498
|
+
"""
|
499
|
+
Details of the file system configuration of the Exadata infrastructure.
|
500
|
+
"""
|
501
|
+
return pulumi.get(self, "defined_file_system_configurations")
|
502
|
+
|
503
|
+
@defined_file_system_configurations.setter
|
504
|
+
def defined_file_system_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]):
|
505
|
+
pulumi.set(self, "defined_file_system_configurations", value)
|
506
|
+
|
491
507
|
@property
|
492
508
|
@pulumi.getter(name="definedTags")
|
493
509
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -951,6 +967,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
951
967
|
__props__.__dict__["data_storage_size_in_tbs"] = None
|
952
968
|
__props__.__dict__["db_node_storage_size_in_gbs"] = None
|
953
969
|
__props__.__dict__["db_server_version"] = None
|
970
|
+
__props__.__dict__["defined_file_system_configurations"] = None
|
954
971
|
__props__.__dict__["last_maintenance_run_id"] = None
|
955
972
|
__props__.__dict__["lifecycle_details"] = None
|
956
973
|
__props__.__dict__["max_cpu_count"] = None
|
@@ -988,6 +1005,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
988
1005
|
data_storage_size_in_tbs: Optional[pulumi.Input[float]] = None,
|
989
1006
|
db_node_storage_size_in_gbs: Optional[pulumi.Input[int]] = None,
|
990
1007
|
db_server_version: Optional[pulumi.Input[str]] = None,
|
1008
|
+
defined_file_system_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]]] = None,
|
991
1009
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
992
1010
|
display_name: Optional[pulumi.Input[str]] = None,
|
993
1011
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -1028,6 +1046,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1028
1046
|
:param pulumi.Input[float] data_storage_size_in_tbs: Size, in terabytes, of the DATA disk group.
|
1029
1047
|
:param pulumi.Input[int] db_node_storage_size_in_gbs: The local node storage allocated in GBs.
|
1030
1048
|
:param pulumi.Input[str] db_server_version: The software version of the database servers (dom0) in the cloud Exadata infrastructure. Example: 20.1.15
|
1049
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudExadataInfrastructureDefinedFileSystemConfigurationArgs']]]] defined_file_system_configurations: Details of the file system configuration of the Exadata infrastructure.
|
1031
1050
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1032
1051
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud Exadata infrastructure resource. The name does not need to be unique.
|
1033
1052
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
@@ -1070,6 +1089,7 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1070
1089
|
__props__.__dict__["data_storage_size_in_tbs"] = data_storage_size_in_tbs
|
1071
1090
|
__props__.__dict__["db_node_storage_size_in_gbs"] = db_node_storage_size_in_gbs
|
1072
1091
|
__props__.__dict__["db_server_version"] = db_server_version
|
1092
|
+
__props__.__dict__["defined_file_system_configurations"] = defined_file_system_configurations
|
1073
1093
|
__props__.__dict__["defined_tags"] = defined_tags
|
1074
1094
|
__props__.__dict__["display_name"] = display_name
|
1075
1095
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
@@ -1189,6 +1209,14 @@ class CloudExadataInfrastructure(pulumi.CustomResource):
|
|
1189
1209
|
"""
|
1190
1210
|
return pulumi.get(self, "db_server_version")
|
1191
1211
|
|
1212
|
+
@property
|
1213
|
+
@pulumi.getter(name="definedFileSystemConfigurations")
|
1214
|
+
def defined_file_system_configurations(self) -> pulumi.Output[Sequence['outputs.CloudExadataInfrastructureDefinedFileSystemConfiguration']]:
|
1215
|
+
"""
|
1216
|
+
Details of the file system configuration of the Exadata infrastructure.
|
1217
|
+
"""
|
1218
|
+
return pulumi.get(self, "defined_file_system_configurations")
|
1219
|
+
|
1192
1220
|
@property
|
1193
1221
|
@pulumi.getter(name="definedTags")
|
1194
1222
|
def defined_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
@@ -35,6 +35,7 @@ class CloudVmClusterArgs:
|
|
35
35
|
db_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
36
36
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
37
37
|
domain: Optional[pulumi.Input[str]] = None,
|
38
|
+
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]] = None,
|
38
39
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
39
40
|
is_local_backup_enabled: Optional[pulumi.Input[bool]] = None,
|
40
41
|
is_sparse_diskgroup_enabled: Optional[pulumi.Input[bool]] = None,
|
@@ -78,6 +79,7 @@ class CloudVmClusterArgs:
|
|
78
79
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] db_servers: The list of DB servers.
|
79
80
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
80
81
|
:param pulumi.Input[str] domain: A domain name used for the cloud VM cluster. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Cloud Service instances only.
|
82
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
81
83
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
82
84
|
:param pulumi.Input[bool] is_local_backup_enabled: If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
|
83
85
|
:param pulumi.Input[bool] is_sparse_diskgroup_enabled: If true, the sparse disk group is configured for the cloud VM cluster. If false, the sparse disk group is not created.
|
@@ -125,6 +127,8 @@ class CloudVmClusterArgs:
|
|
125
127
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
126
128
|
if domain is not None:
|
127
129
|
pulumi.set(__self__, "domain", domain)
|
130
|
+
if file_system_configuration_details is not None:
|
131
|
+
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
128
132
|
if freeform_tags is not None:
|
129
133
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
130
134
|
if is_local_backup_enabled is not None:
|
@@ -386,6 +390,18 @@ class CloudVmClusterArgs:
|
|
386
390
|
def domain(self, value: Optional[pulumi.Input[str]]):
|
387
391
|
pulumi.set(self, "domain", value)
|
388
392
|
|
393
|
+
@property
|
394
|
+
@pulumi.getter(name="fileSystemConfigurationDetails")
|
395
|
+
def file_system_configuration_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]]:
|
396
|
+
"""
|
397
|
+
(Updatable) Details of the file system configuration of the VM cluster.
|
398
|
+
"""
|
399
|
+
return pulumi.get(self, "file_system_configuration_details")
|
400
|
+
|
401
|
+
@file_system_configuration_details.setter
|
402
|
+
def file_system_configuration_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]]):
|
403
|
+
pulumi.set(self, "file_system_configuration_details", value)
|
404
|
+
|
389
405
|
@property
|
390
406
|
@pulumi.getter(name="freeformTags")
|
391
407
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -556,6 +572,7 @@ class _CloudVmClusterState:
|
|
556
572
|
disk_redundancy: Optional[pulumi.Input[str]] = None,
|
557
573
|
display_name: Optional[pulumi.Input[str]] = None,
|
558
574
|
domain: Optional[pulumi.Input[str]] = None,
|
575
|
+
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]] = None,
|
559
576
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
560
577
|
gi_version: Optional[pulumi.Input[str]] = None,
|
561
578
|
hostname: Optional[pulumi.Input[str]] = None,
|
@@ -612,6 +629,7 @@ class _CloudVmClusterState:
|
|
612
629
|
:param pulumi.Input[str] disk_redundancy: The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
|
613
630
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud VM cluster. The name does not need to be unique.
|
614
631
|
:param pulumi.Input[str] domain: A domain name used for the cloud VM cluster. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Cloud Service instances only.
|
632
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
615
633
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
616
634
|
:param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
617
635
|
:param pulumi.Input[str] hostname: The hostname for the cloud VM cluster. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). The maximum length of the hostname is 16 characters for bare metal and virtual machine DB systems, and 12 characters for Exadata systems.
|
@@ -687,6 +705,8 @@ class _CloudVmClusterState:
|
|
687
705
|
pulumi.set(__self__, "display_name", display_name)
|
688
706
|
if domain is not None:
|
689
707
|
pulumi.set(__self__, "domain", domain)
|
708
|
+
if file_system_configuration_details is not None:
|
709
|
+
pulumi.set(__self__, "file_system_configuration_details", file_system_configuration_details)
|
690
710
|
if freeform_tags is not None:
|
691
711
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
692
712
|
if gi_version is not None:
|
@@ -958,6 +978,18 @@ class _CloudVmClusterState:
|
|
958
978
|
def domain(self, value: Optional[pulumi.Input[str]]):
|
959
979
|
pulumi.set(self, "domain", value)
|
960
980
|
|
981
|
+
@property
|
982
|
+
@pulumi.getter(name="fileSystemConfigurationDetails")
|
983
|
+
def file_system_configuration_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]]:
|
984
|
+
"""
|
985
|
+
(Updatable) Details of the file system configuration of the VM cluster.
|
986
|
+
"""
|
987
|
+
return pulumi.get(self, "file_system_configuration_details")
|
988
|
+
|
989
|
+
@file_system_configuration_details.setter
|
990
|
+
def file_system_configuration_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudVmClusterFileSystemConfigurationDetailArgs']]]]):
|
991
|
+
pulumi.set(self, "file_system_configuration_details", value)
|
992
|
+
|
961
993
|
@property
|
962
994
|
@pulumi.getter(name="freeformTags")
|
963
995
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
@@ -1360,6 +1392,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1360
1392
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1361
1393
|
display_name: Optional[pulumi.Input[str]] = None,
|
1362
1394
|
domain: Optional[pulumi.Input[str]] = None,
|
1395
|
+
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudVmClusterFileSystemConfigurationDetailArgs']]]]] = None,
|
1363
1396
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1364
1397
|
gi_version: Optional[pulumi.Input[str]] = None,
|
1365
1398
|
hostname: Optional[pulumi.Input[str]] = None,
|
@@ -1411,6 +1444,10 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1411
1444
|
db_servers=cloud_vm_cluster_db_servers,
|
1412
1445
|
defined_tags=cloud_vm_cluster_defined_tags,
|
1413
1446
|
domain=cloud_vm_cluster_domain,
|
1447
|
+
file_system_configuration_details=[oci.database.CloudVmClusterFileSystemConfigurationDetailArgs(
|
1448
|
+
file_system_size_gb=cloud_vm_cluster_file_system_configuration_details_file_system_size_gb,
|
1449
|
+
mount_point=cloud_vm_cluster_file_system_configuration_details_mount_point,
|
1450
|
+
)],
|
1414
1451
|
freeform_tags={
|
1415
1452
|
"Department": "Finance",
|
1416
1453
|
},
|
@@ -1458,6 +1495,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1458
1495
|
:param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
1459
1496
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud VM cluster. The name does not need to be unique.
|
1460
1497
|
:param pulumi.Input[str] domain: A domain name used for the cloud VM cluster. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Cloud Service instances only.
|
1498
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudVmClusterFileSystemConfigurationDetailArgs']]]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
1461
1499
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1462
1500
|
:param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
1463
1501
|
:param pulumi.Input[str] hostname: The hostname for the cloud VM cluster. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). The maximum length of the hostname is 16 characters for bare metal and virtual machine DB systems, and 12 characters for Exadata systems.
|
@@ -1524,6 +1562,10 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1524
1562
|
db_servers=cloud_vm_cluster_db_servers,
|
1525
1563
|
defined_tags=cloud_vm_cluster_defined_tags,
|
1526
1564
|
domain=cloud_vm_cluster_domain,
|
1565
|
+
file_system_configuration_details=[oci.database.CloudVmClusterFileSystemConfigurationDetailArgs(
|
1566
|
+
file_system_size_gb=cloud_vm_cluster_file_system_configuration_details_file_system_size_gb,
|
1567
|
+
mount_point=cloud_vm_cluster_file_system_configuration_details_mount_point,
|
1568
|
+
)],
|
1527
1569
|
freeform_tags={
|
1528
1570
|
"Department": "Finance",
|
1529
1571
|
},
|
@@ -1578,6 +1620,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1578
1620
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1579
1621
|
display_name: Optional[pulumi.Input[str]] = None,
|
1580
1622
|
domain: Optional[pulumi.Input[str]] = None,
|
1623
|
+
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudVmClusterFileSystemConfigurationDetailArgs']]]]] = None,
|
1581
1624
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1582
1625
|
gi_version: Optional[pulumi.Input[str]] = None,
|
1583
1626
|
hostname: Optional[pulumi.Input[str]] = None,
|
@@ -1628,6 +1671,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1628
1671
|
raise TypeError("Missing required property 'display_name'")
|
1629
1672
|
__props__.__dict__["display_name"] = display_name
|
1630
1673
|
__props__.__dict__["domain"] = domain
|
1674
|
+
__props__.__dict__["file_system_configuration_details"] = file_system_configuration_details
|
1631
1675
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1632
1676
|
if gi_version is None and not opts.urn:
|
1633
1677
|
raise TypeError("Missing required property 'gi_version'")
|
@@ -1696,6 +1740,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1696
1740
|
disk_redundancy: Optional[pulumi.Input[str]] = None,
|
1697
1741
|
display_name: Optional[pulumi.Input[str]] = None,
|
1698
1742
|
domain: Optional[pulumi.Input[str]] = None,
|
1743
|
+
file_system_configuration_details: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudVmClusterFileSystemConfigurationDetailArgs']]]]] = None,
|
1699
1744
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
1700
1745
|
gi_version: Optional[pulumi.Input[str]] = None,
|
1701
1746
|
hostname: Optional[pulumi.Input[str]] = None,
|
@@ -1757,6 +1802,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1757
1802
|
:param pulumi.Input[str] disk_redundancy: The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
|
1758
1803
|
:param pulumi.Input[str] display_name: (Updatable) The user-friendly name for the cloud VM cluster. The name does not need to be unique.
|
1759
1804
|
:param pulumi.Input[str] domain: A domain name used for the cloud VM cluster. If the Oracle-provided internet and VCN resolver is enabled for the specified subnet, the domain name for the subnet is used (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted. Applies to Exadata Cloud Service instances only.
|
1805
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudVmClusterFileSystemConfigurationDetailArgs']]]] file_system_configuration_details: (Updatable) Details of the file system configuration of the VM cluster.
|
1760
1806
|
:param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1761
1807
|
:param pulumi.Input[str] gi_version: A valid Oracle Grid Infrastructure (GI) software version.
|
1762
1808
|
:param pulumi.Input[str] hostname: The hostname for the cloud VM cluster. The hostname must begin with an alphabetic character, and can contain alphanumeric characters and hyphens (-). The maximum length of the hostname is 16 characters for bare metal and virtual machine DB systems, and 12 characters for Exadata systems.
|
@@ -1819,6 +1865,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1819
1865
|
__props__.__dict__["disk_redundancy"] = disk_redundancy
|
1820
1866
|
__props__.__dict__["display_name"] = display_name
|
1821
1867
|
__props__.__dict__["domain"] = domain
|
1868
|
+
__props__.__dict__["file_system_configuration_details"] = file_system_configuration_details
|
1822
1869
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1823
1870
|
__props__.__dict__["gi_version"] = gi_version
|
1824
1871
|
__props__.__dict__["hostname"] = hostname
|
@@ -1992,6 +2039,14 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1992
2039
|
"""
|
1993
2040
|
return pulumi.get(self, "domain")
|
1994
2041
|
|
2042
|
+
@property
|
2043
|
+
@pulumi.getter(name="fileSystemConfigurationDetails")
|
2044
|
+
def file_system_configuration_details(self) -> pulumi.Output[Sequence['outputs.CloudVmClusterFileSystemConfigurationDetail']]:
|
2045
|
+
"""
|
2046
|
+
(Updatable) Details of the file system configuration of the VM cluster.
|
2047
|
+
"""
|
2048
|
+
return pulumi.get(self, "file_system_configuration_details")
|
2049
|
+
|
1995
2050
|
@property
|
1996
2051
|
@pulumi.getter(name="freeformTags")
|
1997
2052
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, Any]]:
|