pulumi-oci 2.3.0a1721198962__py3-none-any.whl → 2.3.0a1721255423__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 CHANGED
@@ -103,8 +103,6 @@ if typing.TYPE_CHECKING:
103
103
  dns = __dns
104
104
  import pulumi_oci.email as __email
105
105
  email = __email
106
- import pulumi_oci.emwarehouse as __emwarehouse
107
- emwarehouse = __emwarehouse
108
106
  import pulumi_oci.events as __events
109
107
  events = __events
110
108
  import pulumi_oci.filestorage as __filestorage
@@ -289,7 +287,6 @@ else:
289
287
  disasterrecovery = _utilities.lazy_import('pulumi_oci.disasterrecovery')
290
288
  dns = _utilities.lazy_import('pulumi_oci.dns')
291
289
  email = _utilities.lazy_import('pulumi_oci.email')
292
- emwarehouse = _utilities.lazy_import('pulumi_oci.emwarehouse')
293
290
  events = _utilities.lazy_import('pulumi_oci.events')
294
291
  filestorage = _utilities.lazy_import('pulumi_oci.filestorage')
295
292
  functions = _utilities.lazy_import('pulumi_oci.functions')
@@ -3362,14 +3359,6 @@ _utilities.register(
3362
3359
  "oci:Dns/zone:Zone": "Zone"
3363
3360
  }
3364
3361
  },
3365
- {
3366
- "pkg": "oci",
3367
- "mod": "EmWarehouse/emWarehouse",
3368
- "fqn": "pulumi_oci.emwarehouse",
3369
- "classes": {
3370
- "oci:EmWarehouse/emWarehouse:EmWarehouse": "EmWarehouse"
3371
- }
3372
- },
3373
3362
  {
3374
3363
  "pkg": "oci",
3375
3364
  "mod": "Email/dkim",
pulumi_oci/_utilities.py CHANGED
@@ -100,10 +100,6 @@ def _get_semver_version():
100
100
  _version = _get_semver_version()
101
101
  _version_str = str(_version)
102
102
 
103
-
104
- def get_version():
105
- return _version_str
106
-
107
103
  def get_resource_opts_defaults() -> pulumi.ResourceOptions:
108
104
  return pulumi.ResourceOptions(
109
105
  version=get_version(),
@@ -324,3 +320,6 @@ def deprecated(message: str) -> typing.Callable[[C], C]:
324
320
 
325
321
  def get_plugin_download_url():
326
322
  return None
323
+
324
+ def get_version():
325
+ return _version_str
@@ -1743,6 +1743,7 @@ class TargetAssetRecommendedSpecArgs:
1743
1743
  :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: Configuration options for preemptible instances.
1744
1744
  :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
1745
1745
  :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecShapeConfigArgs']]] shape_configs: The shape configuration requested for the instance.
1746
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]] source_details: (Updatable)
1746
1747
  """
1747
1748
  if agent_configs is not None:
1748
1749
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -1988,6 +1989,9 @@ class TargetAssetRecommendedSpecArgs:
1988
1989
  @property
1989
1990
  @pulumi.getter(name="sourceDetails")
1990
1991
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetRecommendedSpecSourceDetailArgs']]]]:
1992
+ """
1993
+ (Updatable)
1994
+ """
1991
1995
  return pulumi.get(self, "source_details")
1992
1996
 
1993
1997
  @source_details.setter
@@ -2570,6 +2574,7 @@ class TargetAssetTestSpecArgs:
2570
2574
  :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecPreemptibleInstanceConfigArgs']]] preemptible_instance_configs: Configuration options for preemptible instances.
2571
2575
  :param pulumi.Input[str] shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2572
2576
  :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecShapeConfigArgs']]] shape_configs: The shape configuration requested for the instance.
2577
+ :param pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]] source_details: (Updatable)
2573
2578
  """
2574
2579
  if agent_configs is not None:
2575
2580
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2815,6 +2820,9 @@ class TargetAssetTestSpecArgs:
2815
2820
  @property
2816
2821
  @pulumi.getter(name="sourceDetails")
2817
2822
  def source_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetAssetTestSpecSourceDetailArgs']]]]:
2823
+ """
2824
+ (Updatable)
2825
+ """
2818
2826
  return pulumi.get(self, "source_details")
2819
2827
 
2820
2828
  @source_details.setter
@@ -1870,6 +1870,7 @@ class TargetAssetRecommendedSpec(dict):
1870
1870
  :param Sequence['TargetAssetRecommendedSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
1871
1871
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
1872
1872
  :param Sequence['TargetAssetRecommendedSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
1873
+ :param Sequence['TargetAssetRecommendedSpecSourceDetailArgs'] source_details: (Updatable)
1873
1874
  """
1874
1875
  if agent_configs is not None:
1875
1876
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2047,6 +2048,9 @@ class TargetAssetRecommendedSpec(dict):
2047
2048
  @property
2048
2049
  @pulumi.getter(name="sourceDetails")
2049
2050
  def source_details(self) -> Optional[Sequence['outputs.TargetAssetRecommendedSpecSourceDetail']]:
2051
+ """
2052
+ (Updatable)
2053
+ """
2050
2054
  return pulumi.get(self, "source_details")
2051
2055
 
2052
2056
 
@@ -2728,6 +2732,7 @@ class TargetAssetTestSpec(dict):
2728
2732
  :param Sequence['TargetAssetTestSpecPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
2729
2733
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
2730
2734
  :param Sequence['TargetAssetTestSpecShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
2735
+ :param Sequence['TargetAssetTestSpecSourceDetailArgs'] source_details: (Updatable)
2731
2736
  """
2732
2737
  if agent_configs is not None:
2733
2738
  pulumi.set(__self__, "agent_configs", agent_configs)
@@ -2905,6 +2910,9 @@ class TargetAssetTestSpec(dict):
2905
2910
  @property
2906
2911
  @pulumi.getter(name="sourceDetails")
2907
2912
  def source_details(self) -> Optional[Sequence['outputs.TargetAssetTestSpecSourceDetail']]:
2913
+ """
2914
+ (Updatable)
2915
+ """
2908
2916
  return pulumi.get(self, "source_details")
2909
2917
 
2910
2918
 
@@ -10962,6 +10962,7 @@ class InstanceSourceDetailsArgs:
10962
10962
 
10963
10963
  Allowed values:
10964
10964
  :param pulumi.Input['InstanceSourceDetailsInstanceSourceImageFilterDetailsArgs'] instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
10965
+ :param pulumi.Input[bool] is_preserve_boot_volume_enabled: (Updatable) Whether to preserve the boot volume that was previously attached to the instance after a successful replacement of that boot volume.
10965
10966
  :param pulumi.Input[str] kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
10966
10967
  :param pulumi.Input[str] source_id: (Updatable) The OCID of the boot volume used to boot the instance.
10967
10968
  """
@@ -11032,6 +11033,9 @@ class InstanceSourceDetailsArgs:
11032
11033
  @property
11033
11034
  @pulumi.getter(name="isPreserveBootVolumeEnabled")
11034
11035
  def is_preserve_boot_volume_enabled(self) -> Optional[pulumi.Input[bool]]:
11036
+ """
11037
+ (Updatable) Whether to preserve the boot volume that was previously attached to the instance after a successful replacement of that boot volume.
11038
+ """
11035
11039
  return pulumi.get(self, "is_preserve_boot_volume_enabled")
11036
11040
 
11037
11041
  @is_preserve_boot_volume_enabled.setter
@@ -11683,6 +11683,7 @@ class InstanceSourceDetails(dict):
11683
11683
 
11684
11684
  Allowed values:
11685
11685
  :param 'InstanceSourceDetailsInstanceSourceImageFilterDetailsArgs' instance_source_image_filter_details: These are the criteria for selecting an image. This is required if imageId is not specified.
11686
+ :param bool is_preserve_boot_volume_enabled: (Updatable) Whether to preserve the boot volume that was previously attached to the instance after a successful replacement of that boot volume.
11686
11687
  :param str kms_key_id: (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
11687
11688
  :param str source_id: (Updatable) The OCID of the boot volume used to boot the instance.
11688
11689
  """
@@ -11737,6 +11738,9 @@ class InstanceSourceDetails(dict):
11737
11738
  @property
11738
11739
  @pulumi.getter(name="isPreserveBootVolumeEnabled")
11739
11740
  def is_preserve_boot_volume_enabled(self) -> Optional[bool]:
11741
+ """
11742
+ (Updatable) Whether to preserve the boot volume that was previously attached to the instance after a successful replacement of that boot volume.
11743
+ """
11740
11744
  return pulumi.get(self, "is_preserve_boot_volume_enabled")
11741
11745
 
11742
11746
  @property
@@ -607,6 +607,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
607
607
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
608
608
  :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
609
609
  :param pulumi.Input[str] preference: The maintenance window scheduling preference.
610
+ :param pulumi.Input[Sequence[pulumi.Input[bool]]] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
610
611
  :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
611
612
  """
612
613
  if custom_action_timeout_in_mins is not None:
@@ -744,6 +745,9 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
744
745
  @property
745
746
  @pulumi.getter(name="skipRus")
746
747
  def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
748
+ """
749
+ (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
750
+ """
747
751
  return pulumi.get(self, "skip_rus")
748
752
 
749
753
  @skip_rus.setter
@@ -2926,6 +2930,9 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2926
2930
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
2927
2931
  :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2928
2932
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
2933
+ :param pulumi.Input[str] patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2934
+
2935
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
2929
2936
  :param pulumi.Input[str] preference: The maintenance window scheduling preference.
2930
2937
  :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2931
2938
  """
@@ -3031,6 +3038,11 @@ class AutonomousVmClusterMaintenanceWindowArgs:
3031
3038
  @property
3032
3039
  @pulumi.getter(name="patchingMode")
3033
3040
  def patching_mode(self) -> Optional[pulumi.Input[str]]:
3041
+ """
3042
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3043
+
3044
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
3045
+ """
3034
3046
  return pulumi.get(self, "patching_mode")
3035
3047
 
3036
3048
  @patching_mode.setter
@@ -3904,12 +3916,19 @@ class CloudDatabaseManagementCredentialdetailsArgs:
3904
3916
  def __init__(__self__, *,
3905
3917
  password_secret_id: pulumi.Input[str],
3906
3918
  user_name: pulumi.Input[str]):
3919
+ """
3920
+ :param pulumi.Input[str] password_secret_id: Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3921
+ :param pulumi.Input[str] user_name: Database username
3922
+ """
3907
3923
  pulumi.set(__self__, "password_secret_id", password_secret_id)
3908
3924
  pulumi.set(__self__, "user_name", user_name)
3909
3925
 
3910
3926
  @property
3911
3927
  @pulumi.getter(name="passwordSecretId")
3912
3928
  def password_secret_id(self) -> pulumi.Input[str]:
3929
+ """
3930
+ Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3931
+ """
3913
3932
  return pulumi.get(self, "password_secret_id")
3914
3933
 
3915
3934
  @password_secret_id.setter
@@ -3919,6 +3938,9 @@ class CloudDatabaseManagementCredentialdetailsArgs:
3919
3938
  @property
3920
3939
  @pulumi.getter(name="userName")
3921
3940
  def user_name(self) -> pulumi.Input[str]:
3941
+ """
3942
+ Database username
3943
+ """
3922
3944
  return pulumi.get(self, "user_name")
3923
3945
 
3924
3946
  @user_name.setter
@@ -6751,6 +6773,7 @@ class DbSystemDbHomeDatabaseArgs:
6751
6773
  :param pulumi.Input['DbSystemDbHomeDatabaseDbBackupConfigArgs'] db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
6752
6774
  :param pulumi.Input[str] db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
6753
6775
  :param pulumi.Input[str] db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
6776
+ :param pulumi.Input[str] db_unique_name: The `DB_UNIQUE_NAME` of the Oracle Database.
6754
6777
  :param pulumi.Input[str] db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
6755
6778
 
6756
6779
  The database workload type.
@@ -6943,6 +6966,9 @@ class DbSystemDbHomeDatabaseArgs:
6943
6966
  @property
6944
6967
  @pulumi.getter(name="dbUniqueName")
6945
6968
  def db_unique_name(self) -> Optional[pulumi.Input[str]]:
6969
+ """
6970
+ The `DB_UNIQUE_NAME` of the Oracle Database.
6971
+ """
6946
6972
  return pulumi.get(self, "db_unique_name")
6947
6973
 
6948
6974
  @db_unique_name.setter
@@ -1027,6 +1027,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1027
1027
  :param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
1028
1028
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1029
1029
  :param str preference: The maintenance window scheduling preference.
1030
+ :param Sequence[bool] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1030
1031
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
1031
1032
  """
1032
1033
  if custom_action_timeout_in_mins is not None:
@@ -1128,6 +1129,9 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1128
1129
  @property
1129
1130
  @pulumi.getter(name="skipRus")
1130
1131
  def skip_rus(self) -> Optional[Sequence[bool]]:
1132
+ """
1133
+ (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
1134
+ """
1131
1135
  return pulumi.get(self, "skip_rus")
1132
1136
 
1133
1137
  @property
@@ -3331,6 +3335,9 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3331
3335
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
3332
3336
  :param int lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
3333
3337
  :param Sequence['AutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
3338
+ :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3339
+
3340
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
3334
3341
  :param str preference: The maintenance window scheduling preference.
3335
3342
  :param Sequence[int] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
3336
3343
  """
@@ -3408,6 +3415,11 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3408
3415
  @property
3409
3416
  @pulumi.getter(name="patchingMode")
3410
3417
  def patching_mode(self) -> Optional[str]:
3418
+ """
3419
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3420
+
3421
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
3422
+ """
3411
3423
  return pulumi.get(self, "patching_mode")
3412
3424
 
3413
3425
  @property
@@ -4235,17 +4247,27 @@ class CloudDatabaseManagementCredentialdetails(dict):
4235
4247
  def __init__(__self__, *,
4236
4248
  password_secret_id: str,
4237
4249
  user_name: str):
4250
+ """
4251
+ :param str password_secret_id: Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4252
+ :param str user_name: Database username
4253
+ """
4238
4254
  pulumi.set(__self__, "password_secret_id", password_secret_id)
4239
4255
  pulumi.set(__self__, "user_name", user_name)
4240
4256
 
4241
4257
  @property
4242
4258
  @pulumi.getter(name="passwordSecretId")
4243
4259
  def password_secret_id(self) -> str:
4260
+ """
4261
+ Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4262
+ """
4244
4263
  return pulumi.get(self, "password_secret_id")
4245
4264
 
4246
4265
  @property
4247
4266
  @pulumi.getter(name="userName")
4248
4267
  def user_name(self) -> str:
4268
+ """
4269
+ Database username
4270
+ """
4249
4271
  return pulumi.get(self, "user_name")
4250
4272
 
4251
4273
 
@@ -7140,6 +7162,7 @@ class DbSystemDbHomeDatabase(dict):
7140
7162
  :param 'DbSystemDbHomeDatabaseDbBackupConfigArgs' db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
7141
7163
  :param str db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
7142
7164
  :param str db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
7165
+ :param str db_unique_name: The `DB_UNIQUE_NAME` of the Oracle Database.
7143
7166
  :param str db_workload: **Deprecated.** The dbWorkload field has been deprecated for Exadata Database Service on Dedicated Infrastructure, Exadata Database Service on Cloud@Customer, and Base Database Service. Support for this attribute will end in November 2023. You may choose to update your custom scripts to exclude the dbWorkload attribute. After November 2023 if you pass a value to the dbWorkload attribute, it will be ignored.
7144
7167
 
7145
7168
  The database workload type.
@@ -7292,6 +7315,9 @@ class DbSystemDbHomeDatabase(dict):
7292
7315
  @property
7293
7316
  @pulumi.getter(name="dbUniqueName")
7294
7317
  def db_unique_name(self) -> Optional[str]:
7318
+ """
7319
+ The `DB_UNIQUE_NAME` of the Oracle Database.
7320
+ """
7295
7321
  return pulumi.get(self, "db_unique_name")
7296
7322
 
7297
7323
  @property
@@ -5894,6 +5894,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5894
5894
  simple_value: Optional[pulumi.Input[str]] = None):
5895
5895
  """
5896
5896
  :param pulumi.Input['WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs'] root_object_value: The root object value, used in custom parameters.
5897
+ :param pulumi.Input[str] simple_value: A simple value for the parameter.
5897
5898
  """
5898
5899
  if root_object_value is not None:
5899
5900
  pulumi.set(__self__, "root_object_value", root_object_value)
@@ -5915,6 +5916,9 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValuesArgs:
5915
5916
  @property
5916
5917
  @pulumi.getter(name="simpleValue")
5917
5918
  def simple_value(self) -> Optional[pulumi.Input[str]]:
5919
+ """
5920
+ A simple value for the parameter.
5921
+ """
5918
5922
  return pulumi.get(self, "simple_value")
5919
5923
 
5920
5924
  @simple_value.setter
@@ -6195,6 +6195,7 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValues(dict):
6195
6195
  simple_value: Optional[str] = None):
6196
6196
  """
6197
6197
  :param 'WorkspaceTaskConfigProviderDelegateBindingParameterValuesRootObjectValueArgs' root_object_value: The root object value, used in custom parameters.
6198
+ :param str simple_value: A simple value for the parameter.
6198
6199
  """
6199
6200
  if root_object_value is not None:
6200
6201
  pulumi.set(__self__, "root_object_value", root_object_value)
@@ -6212,6 +6213,9 @@ class WorkspaceTaskConfigProviderDelegateBindingParameterValues(dict):
6212
6213
  @property
6213
6214
  @pulumi.getter(name="simpleValue")
6214
6215
  def simple_value(self) -> Optional[str]:
6216
+ """
6217
+ A simple value for the parameter.
6218
+ """
6215
6219
  return pulumi.get(self, "simple_value")
6216
6220
 
6217
6221
 
@@ -46,9 +46,16 @@ class ManagementAgentDataSourceListArgs:
46
46
  type: Optional[pulumi.Input[str]] = None,
47
47
  url: Optional[pulumi.Input[str]] = None):
48
48
  """
49
+ :param pulumi.Input[str] name: Name of the property
50
+ :param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
51
+ :param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
52
+ :param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
53
+ :param pulumi.Input[int] schedule_mins: Number in minutes. The scraping occurs at the specified interval.
49
54
  :param pulumi.Input[str] state: The current state of managementAgent
50
55
  :param pulumi.Input[str] time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
51
56
  :param pulumi.Input[str] time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
57
+ :param pulumi.Input[str] type: The type of the DataSource.
58
+ :param pulumi.Input[str] url: The url through which the Prometheus Exporter publishes its metrics. (http only)
52
59
  """
53
60
  if allow_metrics is not None:
54
61
  pulumi.set(__self__, "allow_metrics", allow_metrics)
@@ -144,6 +151,9 @@ class ManagementAgentDataSourceListArgs:
144
151
  @property
145
152
  @pulumi.getter
146
153
  def name(self) -> Optional[pulumi.Input[str]]:
154
+ """
155
+ Name of the property
156
+ """
147
157
  return pulumi.get(self, "name")
148
158
 
149
159
  @name.setter
@@ -171,6 +181,9 @@ class ManagementAgentDataSourceListArgs:
171
181
  @property
172
182
  @pulumi.getter(name="readDataLimit")
173
183
  def read_data_limit(self) -> Optional[pulumi.Input[int]]:
184
+ """
185
+ Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
186
+ """
174
187
  return pulumi.get(self, "read_data_limit")
175
188
 
176
189
  @read_data_limit.setter
@@ -180,6 +193,9 @@ class ManagementAgentDataSourceListArgs:
180
193
  @property
181
194
  @pulumi.getter(name="readTimeout")
182
195
  def read_timeout(self) -> Optional[pulumi.Input[int]]:
196
+ """
197
+ Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
198
+ """
183
199
  return pulumi.get(self, "read_timeout")
184
200
 
185
201
  @read_timeout.setter
@@ -189,6 +205,9 @@ class ManagementAgentDataSourceListArgs:
189
205
  @property
190
206
  @pulumi.getter(name="resourceGroup")
191
207
  def resource_group(self) -> Optional[pulumi.Input[str]]:
208
+ """
209
+ Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
210
+ """
192
211
  return pulumi.get(self, "resource_group")
193
212
 
194
213
  @resource_group.setter
@@ -198,6 +217,9 @@ class ManagementAgentDataSourceListArgs:
198
217
  @property
199
218
  @pulumi.getter(name="scheduleMins")
200
219
  def schedule_mins(self) -> Optional[pulumi.Input[int]]:
220
+ """
221
+ Number in minutes. The scraping occurs at the specified interval.
222
+ """
201
223
  return pulumi.get(self, "schedule_mins")
202
224
 
203
225
  @schedule_mins.setter
@@ -243,6 +265,9 @@ class ManagementAgentDataSourceListArgs:
243
265
  @property
244
266
  @pulumi.getter
245
267
  def type(self) -> Optional[pulumi.Input[str]]:
268
+ """
269
+ The type of the DataSource.
270
+ """
246
271
  return pulumi.get(self, "type")
247
272
 
248
273
  @type.setter
@@ -252,6 +277,9 @@ class ManagementAgentDataSourceListArgs:
252
277
  @property
253
278
  @pulumi.getter
254
279
  def url(self) -> Optional[pulumi.Input[str]]:
280
+ """
281
+ The url through which the Prometheus Exporter publishes its metrics. (http only)
282
+ """
255
283
  return pulumi.get(self, "url")
256
284
 
257
285
  @url.setter
@@ -264,6 +292,9 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
264
292
  def __init__(__self__, *,
265
293
  name: Optional[pulumi.Input[str]] = None,
266
294
  value: Optional[pulumi.Input[str]] = None):
295
+ """
296
+ :param pulumi.Input[str] name: Name of the property
297
+ """
267
298
  if name is not None:
268
299
  pulumi.set(__self__, "name", name)
269
300
  if value is not None:
@@ -272,6 +303,9 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
272
303
  @property
273
304
  @pulumi.getter
274
305
  def name(self) -> Optional[pulumi.Input[str]]:
306
+ """
307
+ Name of the property
308
+ """
275
309
  return pulumi.get(self, "name")
276
310
 
277
311
  @name.setter
@@ -332,6 +366,10 @@ class ManagementAgentDataSourceSummaryListArgs:
332
366
  key: Optional[pulumi.Input[str]] = None,
333
367
  name: Optional[pulumi.Input[str]] = None,
334
368
  type: Optional[pulumi.Input[str]] = None):
369
+ """
370
+ :param pulumi.Input[str] name: Name of the property
371
+ :param pulumi.Input[str] type: The type of the DataSource.
372
+ """
335
373
  if is_daemon_set is not None:
336
374
  pulumi.set(__self__, "is_daemon_set", is_daemon_set)
337
375
  if key is not None:
@@ -362,6 +400,9 @@ class ManagementAgentDataSourceSummaryListArgs:
362
400
  @property
363
401
  @pulumi.getter
364
402
  def name(self) -> Optional[pulumi.Input[str]]:
403
+ """
404
+ Name of the property
405
+ """
365
406
  return pulumi.get(self, "name")
366
407
 
367
408
  @name.setter
@@ -371,6 +412,9 @@ class ManagementAgentDataSourceSummaryListArgs:
371
412
  @property
372
413
  @pulumi.getter
373
414
  def type(self) -> Optional[pulumi.Input[str]]:
415
+ """
416
+ The type of the DataSource.
417
+ """
374
418
  return pulumi.get(self, "type")
375
419
 
376
420
  @type.setter
@@ -108,9 +108,16 @@ class ManagementAgentDataSourceList(dict):
108
108
  type: Optional[str] = None,
109
109
  url: Optional[str] = None):
110
110
  """
111
+ :param str name: Name of the property
112
+ :param int read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
113
+ :param int read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
114
+ :param str resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
115
+ :param int schedule_mins: Number in minutes. The scraping occurs at the specified interval.
111
116
  :param str state: The current state of managementAgent
112
117
  :param str time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
113
118
  :param str time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
119
+ :param str type: The type of the DataSource.
120
+ :param str url: The url through which the Prometheus Exporter publishes its metrics. (http only)
114
121
  """
115
122
  if allow_metrics is not None:
116
123
  pulumi.set(__self__, "allow_metrics", allow_metrics)
@@ -182,6 +189,9 @@ class ManagementAgentDataSourceList(dict):
182
189
  @property
183
190
  @pulumi.getter
184
191
  def name(self) -> Optional[str]:
192
+ """
193
+ Name of the property
194
+ """
185
195
  return pulumi.get(self, "name")
186
196
 
187
197
  @property
@@ -197,21 +207,33 @@ class ManagementAgentDataSourceList(dict):
197
207
  @property
198
208
  @pulumi.getter(name="readDataLimit")
199
209
  def read_data_limit(self) -> Optional[int]:
210
+ """
211
+ Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
212
+ """
200
213
  return pulumi.get(self, "read_data_limit")
201
214
 
202
215
  @property
203
216
  @pulumi.getter(name="readTimeout")
204
217
  def read_timeout(self) -> Optional[int]:
218
+ """
219
+ Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
220
+ """
205
221
  return pulumi.get(self, "read_timeout")
206
222
 
207
223
  @property
208
224
  @pulumi.getter(name="resourceGroup")
209
225
  def resource_group(self) -> Optional[str]:
226
+ """
227
+ Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
228
+ """
210
229
  return pulumi.get(self, "resource_group")
211
230
 
212
231
  @property
213
232
  @pulumi.getter(name="scheduleMins")
214
233
  def schedule_mins(self) -> Optional[int]:
234
+ """
235
+ Number in minutes. The scraping occurs at the specified interval.
236
+ """
215
237
  return pulumi.get(self, "schedule_mins")
216
238
 
217
239
  @property
@@ -241,11 +263,17 @@ class ManagementAgentDataSourceList(dict):
241
263
  @property
242
264
  @pulumi.getter
243
265
  def type(self) -> Optional[str]:
266
+ """
267
+ The type of the DataSource.
268
+ """
244
269
  return pulumi.get(self, "type")
245
270
 
246
271
  @property
247
272
  @pulumi.getter
248
273
  def url(self) -> Optional[str]:
274
+ """
275
+ The url through which the Prometheus Exporter publishes its metrics. (http only)
276
+ """
249
277
  return pulumi.get(self, "url")
250
278
 
251
279
 
@@ -254,6 +282,9 @@ class ManagementAgentDataSourceListMetricDimension(dict):
254
282
  def __init__(__self__, *,
255
283
  name: Optional[str] = None,
256
284
  value: Optional[str] = None):
285
+ """
286
+ :param str name: Name of the property
287
+ """
257
288
  if name is not None:
258
289
  pulumi.set(__self__, "name", name)
259
290
  if value is not None:
@@ -262,6 +293,9 @@ class ManagementAgentDataSourceListMetricDimension(dict):
262
293
  @property
263
294
  @pulumi.getter
264
295
  def name(self) -> Optional[str]:
296
+ """
297
+ Name of the property
298
+ """
265
299
  return pulumi.get(self, "name")
266
300
 
267
301
  @property
@@ -323,6 +357,10 @@ class ManagementAgentDataSourceSummaryList(dict):
323
357
  key: Optional[str] = None,
324
358
  name: Optional[str] = None,
325
359
  type: Optional[str] = None):
360
+ """
361
+ :param str name: Name of the property
362
+ :param str type: The type of the DataSource.
363
+ """
326
364
  if is_daemon_set is not None:
327
365
  pulumi.set(__self__, "is_daemon_set", is_daemon_set)
328
366
  if key is not None:
@@ -345,11 +383,17 @@ class ManagementAgentDataSourceSummaryList(dict):
345
383
  @property
346
384
  @pulumi.getter
347
385
  def name(self) -> Optional[str]:
386
+ """
387
+ Name of the property
388
+ """
348
389
  return pulumi.get(self, "name")
349
390
 
350
391
  @property
351
392
  @pulumi.getter
352
393
  def type(self) -> Optional[str]:
394
+ """
395
+ The type of the DataSource.
396
+ """
353
397
  return pulumi.get(self, "type")
354
398
 
355
399
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.3.0-alpha.1721198962"
4
+ "version": "2.3.0-alpha.1721255423"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.3.0a1721198962
3
+ Version: 2.3.0a1721255423
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com