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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -21,9 +21,6 @@ __all__ = [
21
21
  'GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupResult',
22
22
  'GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupFilterResult',
23
23
  'GetAnnouncementSubscriptionsFilterResult',
24
- 'GetServicesFilterResult',
25
- 'GetServicesServicesCollectionResult',
26
- 'GetServicesServicesCollectionItemResult',
27
24
  ]
28
25
 
29
26
  @pulumi.output_type
@@ -32,7 +29,7 @@ class AnnouncementSubscriptionFilterGroups(dict):
32
29
  filters: Sequence['outputs.AnnouncementSubscriptionFilterGroupsFilter'],
33
30
  name: Optional[str] = None):
34
31
  """
35
- :param Sequence['AnnouncementSubscriptionFilterGroupsFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
32
+ :param Sequence['AnnouncementSubscriptionFilterGroupsFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
36
33
  :param str name: The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
37
34
  """
38
35
  pulumi.set(__self__, "filters", filters)
@@ -43,7 +40,7 @@ class AnnouncementSubscriptionFilterGroups(dict):
43
40
  @pulumi.getter
44
41
  def filters(self) -> Sequence['outputs.AnnouncementSubscriptionFilterGroupsFilter']:
45
42
  """
46
- A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
43
+ A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
47
44
  """
48
45
  return pulumi.get(self, "filters")
49
46
 
@@ -62,7 +59,7 @@ class AnnouncementSubscriptionFilterGroupsFilter(dict):
62
59
  type: str,
63
60
  value: str):
64
61
  """
65
- :param str type: The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
62
+ :param str type: The type of filter.
66
63
  :param str value: The value of the filter.
67
64
  """
68
65
  pulumi.set(__self__, "type", type)
@@ -72,7 +69,7 @@ class AnnouncementSubscriptionFilterGroupsFilter(dict):
72
69
  @pulumi.getter
73
70
  def type(self) -> str:
74
71
  """
75
- The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
72
+ The type of filter.
76
73
  """
77
74
  return pulumi.get(self, "type")
78
75
 
@@ -91,7 +88,7 @@ class AnnouncementSubscriptionsFilterGroupFilter(dict):
91
88
  type: str,
92
89
  value: str):
93
90
  """
94
- :param str type: (Updatable) The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
91
+ :param str type: (Updatable) The type of filter.
95
92
  :param str value: (Updatable) The value of the filter.
96
93
  """
97
94
  pulumi.set(__self__, "type", type)
@@ -101,7 +98,7 @@ class AnnouncementSubscriptionsFilterGroupFilter(dict):
101
98
  @pulumi.getter
102
99
  def type(self) -> str:
103
100
  """
104
- (Updatable) The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
101
+ (Updatable) The type of filter.
105
102
  """
106
103
  return pulumi.get(self, "type")
107
104
 
@@ -120,7 +117,7 @@ class GetAnnouncementSubscriptionFilterGroupResult(dict):
120
117
  filters: Sequence['outputs.GetAnnouncementSubscriptionFilterGroupFilterResult'],
121
118
  name: str):
122
119
  """
123
- :param Sequence['GetAnnouncementSubscriptionFilterGroupFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
120
+ :param Sequence['GetAnnouncementSubscriptionFilterGroupFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group. You also cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group.
124
121
  :param str name: The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
125
122
  """
126
123
  pulumi.set(__self__, "filters", filters)
@@ -130,7 +127,7 @@ class GetAnnouncementSubscriptionFilterGroupResult(dict):
130
127
  @pulumi.getter
131
128
  def filters(self) -> Sequence['outputs.GetAnnouncementSubscriptionFilterGroupFilterResult']:
132
129
  """
133
- A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
130
+ A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group. You also cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group.
134
131
  """
135
132
  return pulumi.get(self, "filters")
136
133
 
@@ -149,7 +146,7 @@ class GetAnnouncementSubscriptionFilterGroupFilterResult(dict):
149
146
  type: str,
150
147
  value: str):
151
148
  """
152
- :param str type: The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
149
+ :param str type: The type of filter.
153
150
  :param str value: The value of the filter.
154
151
  """
155
152
  pulumi.set(__self__, "type", type)
@@ -159,7 +156,7 @@ class GetAnnouncementSubscriptionFilterGroupFilterResult(dict):
159
156
  @pulumi.getter
160
157
  def type(self) -> str:
161
158
  """
162
- The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
159
+ The type of filter.
163
160
  """
164
161
  return pulumi.get(self, "type")
165
162
 
@@ -212,8 +209,8 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemResult(d
212
209
  :param str id: The OCID of the announcement subscription.
213
210
  :param str lifecycle_details: A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
214
211
  :param str ons_topic_id: The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription.
215
- :param str preferred_language: (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
216
- :param str preferred_time_zone: The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
212
+ :param str preferred_language: (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
213
+ :param str preferred_time_zone: The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
217
214
  :param str state: A filter to return only announcement subscriptions that match the given lifecycle state.
218
215
  :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
219
216
  :param str time_created: The date and time that the announcement subscription was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
@@ -311,7 +308,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemResult(d
311
308
  @pulumi.getter(name="preferredLanguage")
312
309
  def preferred_language(self) -> str:
313
310
  """
314
- (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
311
+ (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
315
312
  """
316
313
  return pulumi.get(self, "preferred_language")
317
314
 
@@ -319,7 +316,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemResult(d
319
316
  @pulumi.getter(name="preferredTimeZone")
320
317
  def preferred_time_zone(self) -> str:
321
318
  """
322
- The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
319
+ The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
323
320
  """
324
321
  return pulumi.get(self, "preferred_time_zone")
325
322
 
@@ -362,7 +359,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGr
362
359
  filters: Sequence['outputs.GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupFilterResult'],
363
360
  name: str):
364
361
  """
365
- :param Sequence['GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
362
+ :param Sequence['GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupFilterArgs'] filters: A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group. You also cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group.
366
363
  :param str name: The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
367
364
  """
368
365
  pulumi.set(__self__, "filters", filters)
@@ -372,7 +369,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGr
372
369
  @pulumi.getter
373
370
  def filters(self) -> Sequence['outputs.GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGroupFilterResult']:
374
371
  """
375
- A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
372
+ A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group. You also cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group.
376
373
  """
377
374
  return pulumi.get(self, "filters")
378
375
 
@@ -391,7 +388,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGr
391
388
  type: str,
392
389
  value: str):
393
390
  """
394
- :param str type: The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
391
+ :param str type: The type of filter.
395
392
  :param str value: The value of the filter.
396
393
  """
397
394
  pulumi.set(__self__, "type", type)
@@ -401,7 +398,7 @@ class GetAnnouncementSubscriptionsAnnouncementSubscriptionCollectionItemFilterGr
401
398
  @pulumi.getter
402
399
  def type(self) -> str:
403
400
  """
404
- The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
401
+ The type of filter.
405
402
  """
406
403
  return pulumi.get(self, "type")
407
404
 
@@ -447,177 +444,3 @@ class GetAnnouncementSubscriptionsFilterResult(dict):
447
444
  return pulumi.get(self, "regex")
448
445
 
449
446
 
450
- @pulumi.output_type
451
- class GetServicesFilterResult(dict):
452
- def __init__(__self__, *,
453
- name: str,
454
- values: Sequence[str],
455
- regex: Optional[bool] = None):
456
- pulumi.set(__self__, "name", name)
457
- pulumi.set(__self__, "values", values)
458
- if regex is not None:
459
- pulumi.set(__self__, "regex", regex)
460
-
461
- @property
462
- @pulumi.getter
463
- def name(self) -> str:
464
- return pulumi.get(self, "name")
465
-
466
- @property
467
- @pulumi.getter
468
- def values(self) -> Sequence[str]:
469
- return pulumi.get(self, "values")
470
-
471
- @property
472
- @pulumi.getter
473
- def regex(self) -> Optional[bool]:
474
- return pulumi.get(self, "regex")
475
-
476
-
477
- @pulumi.output_type
478
- class GetServicesServicesCollectionResult(dict):
479
- def __init__(__self__, *,
480
- items: Sequence['outputs.GetServicesServicesCollectionItemResult']):
481
- pulumi.set(__self__, "items", items)
482
-
483
- @property
484
- @pulumi.getter
485
- def items(self) -> Sequence['outputs.GetServicesServicesCollectionItemResult']:
486
- return pulumi.get(self, "items")
487
-
488
-
489
- @pulumi.output_type
490
- class GetServicesServicesCollectionItemResult(dict):
491
- def __init__(__self__, *,
492
- comms_manager_name: str,
493
- excluded_realms: Sequence[str],
494
- id: str,
495
- platform_type: str,
496
- previous_service_names: Sequence[str],
497
- service_name: str,
498
- short_name: str,
499
- state: str,
500
- team_name: str,
501
- time_created: str,
502
- time_updated: str,
503
- type: str):
504
- """
505
- :param str comms_manager_name: Filter by comms manager name
506
- :param Sequence[str] excluded_realms: The list of realms where this service is not available to be used.
507
- :param str id: ID of the service object.
508
- :param str platform_type: A filter to return only services underlying a specific platform.
509
- :param Sequence[str] previous_service_names: The list of previously used names for this service object.
510
- :param str service_name: Name of the service represented by this object.
511
- :param str short_name: Short name of the team to whom this service object is related.
512
- :param str state: Current state of the service object.
513
- :param str team_name: Team name to which this service object is related.
514
- :param str time_created: The date and time when the service object was created.
515
- :param str time_updated: The date and time when the service object was updated.
516
- """
517
- pulumi.set(__self__, "comms_manager_name", comms_manager_name)
518
- pulumi.set(__self__, "excluded_realms", excluded_realms)
519
- pulumi.set(__self__, "id", id)
520
- pulumi.set(__self__, "platform_type", platform_type)
521
- pulumi.set(__self__, "previous_service_names", previous_service_names)
522
- pulumi.set(__self__, "service_name", service_name)
523
- pulumi.set(__self__, "short_name", short_name)
524
- pulumi.set(__self__, "state", state)
525
- pulumi.set(__self__, "team_name", team_name)
526
- pulumi.set(__self__, "time_created", time_created)
527
- pulumi.set(__self__, "time_updated", time_updated)
528
- pulumi.set(__self__, "type", type)
529
-
530
- @property
531
- @pulumi.getter(name="commsManagerName")
532
- def comms_manager_name(self) -> str:
533
- """
534
- Filter by comms manager name
535
- """
536
- return pulumi.get(self, "comms_manager_name")
537
-
538
- @property
539
- @pulumi.getter(name="excludedRealms")
540
- def excluded_realms(self) -> Sequence[str]:
541
- """
542
- The list of realms where this service is not available to be used.
543
- """
544
- return pulumi.get(self, "excluded_realms")
545
-
546
- @property
547
- @pulumi.getter
548
- def id(self) -> str:
549
- """
550
- ID of the service object.
551
- """
552
- return pulumi.get(self, "id")
553
-
554
- @property
555
- @pulumi.getter(name="platformType")
556
- def platform_type(self) -> str:
557
- """
558
- A filter to return only services underlying a specific platform.
559
- """
560
- return pulumi.get(self, "platform_type")
561
-
562
- @property
563
- @pulumi.getter(name="previousServiceNames")
564
- def previous_service_names(self) -> Sequence[str]:
565
- """
566
- The list of previously used names for this service object.
567
- """
568
- return pulumi.get(self, "previous_service_names")
569
-
570
- @property
571
- @pulumi.getter(name="serviceName")
572
- def service_name(self) -> str:
573
- """
574
- Name of the service represented by this object.
575
- """
576
- return pulumi.get(self, "service_name")
577
-
578
- @property
579
- @pulumi.getter(name="shortName")
580
- def short_name(self) -> str:
581
- """
582
- Short name of the team to whom this service object is related.
583
- """
584
- return pulumi.get(self, "short_name")
585
-
586
- @property
587
- @pulumi.getter
588
- def state(self) -> str:
589
- """
590
- Current state of the service object.
591
- """
592
- return pulumi.get(self, "state")
593
-
594
- @property
595
- @pulumi.getter(name="teamName")
596
- def team_name(self) -> str:
597
- """
598
- Team name to which this service object is related.
599
- """
600
- return pulumi.get(self, "team_name")
601
-
602
- @property
603
- @pulumi.getter(name="timeCreated")
604
- def time_created(self) -> str:
605
- """
606
- The date and time when the service object was created.
607
- """
608
- return pulumi.get(self, "time_created")
609
-
610
- @property
611
- @pulumi.getter(name="timeUpdated")
612
- def time_updated(self) -> str:
613
- """
614
- The date and time when the service object was updated.
615
- """
616
- return pulumi.get(self, "time_updated")
617
-
618
- @property
619
- @pulumi.getter
620
- def type(self) -> str:
621
- return pulumi.get(self, "type")
622
-
623
-
@@ -1217,7 +1217,10 @@ class BdsInstanceCloudSqlDetailArgs:
1217
1217
  kerberos_details: Optional[pulumi.Input[Sequence[pulumi.Input['BdsInstanceCloudSqlDetailKerberosDetailArgs']]]] = None,
1218
1218
  memory_in_gbs: Optional[pulumi.Input[int]] = None,
1219
1219
  nvmes: Optional[pulumi.Input[int]] = None,
1220
- ocpus: Optional[pulumi.Input[int]] = None):
1220
+ ocpus: Optional[pulumi.Input[int]] = None,
1221
+ odh_version: Optional[pulumi.Input[str]] = None,
1222
+ os_version: Optional[pulumi.Input[str]] = None,
1223
+ ssh_fingerprint: Optional[pulumi.Input[str]] = None):
1221
1224
  """
1222
1225
  :param pulumi.Input[str] shape: Shape of the node
1223
1226
  :param pulumi.Input[str] block_volume_size_in_gbs: The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
@@ -1227,6 +1230,9 @@ class BdsInstanceCloudSqlDetailArgs:
1227
1230
  :param pulumi.Input[int] memory_in_gbs: The total amount of memory available to the node, in gigabytes.
1228
1231
  :param pulumi.Input[int] nvmes: The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
1229
1232
  :param pulumi.Input[int] ocpus: The total number of OCPUs available to the node.
1233
+ :param pulumi.Input[str] odh_version: Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1234
+ :param pulumi.Input[str] os_version: BDS-assigned Operating System version for the node.
1235
+ :param pulumi.Input[str] ssh_fingerprint: The fingerprint of the SSH key used for node access
1230
1236
  """
1231
1237
  pulumi.set(__self__, "shape", shape)
1232
1238
  if block_volume_size_in_gbs is not None:
@@ -1243,6 +1249,12 @@ class BdsInstanceCloudSqlDetailArgs:
1243
1249
  pulumi.set(__self__, "nvmes", nvmes)
1244
1250
  if ocpus is not None:
1245
1251
  pulumi.set(__self__, "ocpus", ocpus)
1252
+ if odh_version is not None:
1253
+ pulumi.set(__self__, "odh_version", odh_version)
1254
+ if os_version is not None:
1255
+ pulumi.set(__self__, "os_version", os_version)
1256
+ if ssh_fingerprint is not None:
1257
+ pulumi.set(__self__, "ssh_fingerprint", ssh_fingerprint)
1246
1258
 
1247
1259
  @property
1248
1260
  @pulumi.getter
@@ -1340,6 +1352,42 @@ class BdsInstanceCloudSqlDetailArgs:
1340
1352
  def ocpus(self, value: Optional[pulumi.Input[int]]):
1341
1353
  pulumi.set(self, "ocpus", value)
1342
1354
 
1355
+ @property
1356
+ @pulumi.getter(name="odhVersion")
1357
+ def odh_version(self) -> Optional[pulumi.Input[str]]:
1358
+ """
1359
+ Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
1360
+ """
1361
+ return pulumi.get(self, "odh_version")
1362
+
1363
+ @odh_version.setter
1364
+ def odh_version(self, value: Optional[pulumi.Input[str]]):
1365
+ pulumi.set(self, "odh_version", value)
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="osVersion")
1369
+ def os_version(self) -> Optional[pulumi.Input[str]]:
1370
+ """
1371
+ BDS-assigned Operating System version for the node.
1372
+ """
1373
+ return pulumi.get(self, "os_version")
1374
+
1375
+ @os_version.setter
1376
+ def os_version(self, value: Optional[pulumi.Input[str]]):
1377
+ pulumi.set(self, "os_version", value)
1378
+
1379
+ @property
1380
+ @pulumi.getter(name="sshFingerprint")
1381
+ def ssh_fingerprint(self) -> Optional[pulumi.Input[str]]:
1382
+ """
1383
+ The fingerprint of the SSH key used for node access
1384
+ """
1385
+ return pulumi.get(self, "ssh_fingerprint")
1386
+
1387
+ @ssh_fingerprint.setter
1388
+ def ssh_fingerprint(self, value: Optional[pulumi.Input[str]]):
1389
+ pulumi.set(self, "ssh_fingerprint", value)
1390
+
1343
1391
 
1344
1392
  @pulumi.input_type
1345
1393
  class BdsInstanceCloudSqlDetailKerberosDetailArgs: