pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
pulumi_oci/desktops/_inputs.py
CHANGED
@@ -27,6 +27,16 @@ __all__ = [
|
|
27
27
|
'DesktopPoolImageArgsDict',
|
28
28
|
'DesktopPoolNetworkConfigurationArgs',
|
29
29
|
'DesktopPoolNetworkConfigurationArgsDict',
|
30
|
+
'DesktopPoolPrivateAccessDetailsArgs',
|
31
|
+
'DesktopPoolPrivateAccessDetailsArgsDict',
|
32
|
+
'DesktopPoolSessionLifecycleActionsArgs',
|
33
|
+
'DesktopPoolSessionLifecycleActionsArgsDict',
|
34
|
+
'DesktopPoolSessionLifecycleActionsDisconnectArgs',
|
35
|
+
'DesktopPoolSessionLifecycleActionsDisconnectArgsDict',
|
36
|
+
'DesktopPoolSessionLifecycleActionsInactivityArgs',
|
37
|
+
'DesktopPoolSessionLifecycleActionsInactivityArgsDict',
|
38
|
+
'DesktopPoolShapeConfigArgs',
|
39
|
+
'DesktopPoolShapeConfigArgsDict',
|
30
40
|
'GetDesktopPoolDesktopsFilterArgs',
|
31
41
|
'GetDesktopPoolDesktopsFilterArgsDict',
|
32
42
|
'GetDesktopPoolVolumesFilterArgs',
|
@@ -41,11 +51,11 @@ MYPY = False
|
|
41
51
|
|
42
52
|
if not MYPY:
|
43
53
|
class DesktopPoolAvailabilityPolicyArgsDict(TypedDict):
|
44
|
-
start_schedule: pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgsDict']
|
54
|
+
start_schedule: NotRequired[pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgsDict']]
|
45
55
|
"""
|
46
56
|
(Updatable) Provides the schedule information for a desktop.
|
47
57
|
"""
|
48
|
-
stop_schedule: pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgsDict']
|
58
|
+
stop_schedule: NotRequired[pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgsDict']]
|
49
59
|
"""
|
50
60
|
(Updatable) Provides the schedule information for a desktop.
|
51
61
|
"""
|
@@ -55,37 +65,39 @@ elif False:
|
|
55
65
|
@pulumi.input_type
|
56
66
|
class DesktopPoolAvailabilityPolicyArgs:
|
57
67
|
def __init__(__self__, *,
|
58
|
-
start_schedule: pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs'],
|
59
|
-
stop_schedule: pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']):
|
68
|
+
start_schedule: Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs']] = None,
|
69
|
+
stop_schedule: Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']] = None):
|
60
70
|
"""
|
61
71
|
:param pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs'] start_schedule: (Updatable) Provides the schedule information for a desktop.
|
62
72
|
:param pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs'] stop_schedule: (Updatable) Provides the schedule information for a desktop.
|
63
73
|
"""
|
64
|
-
|
65
|
-
|
74
|
+
if start_schedule is not None:
|
75
|
+
pulumi.set(__self__, "start_schedule", start_schedule)
|
76
|
+
if stop_schedule is not None:
|
77
|
+
pulumi.set(__self__, "stop_schedule", stop_schedule)
|
66
78
|
|
67
79
|
@property
|
68
80
|
@pulumi.getter(name="startSchedule")
|
69
|
-
def start_schedule(self) -> pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs']:
|
81
|
+
def start_schedule(self) -> Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs']]:
|
70
82
|
"""
|
71
83
|
(Updatable) Provides the schedule information for a desktop.
|
72
84
|
"""
|
73
85
|
return pulumi.get(self, "start_schedule")
|
74
86
|
|
75
87
|
@start_schedule.setter
|
76
|
-
def start_schedule(self, value: pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs']):
|
88
|
+
def start_schedule(self, value: Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStartScheduleArgs']]):
|
77
89
|
pulumi.set(self, "start_schedule", value)
|
78
90
|
|
79
91
|
@property
|
80
92
|
@pulumi.getter(name="stopSchedule")
|
81
|
-
def stop_schedule(self) -> pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']:
|
93
|
+
def stop_schedule(self) -> Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']]:
|
82
94
|
"""
|
83
95
|
(Updatable) Provides the schedule information for a desktop.
|
84
96
|
"""
|
85
97
|
return pulumi.get(self, "stop_schedule")
|
86
98
|
|
87
99
|
@stop_schedule.setter
|
88
|
-
def stop_schedule(self, value: pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']):
|
100
|
+
def stop_schedule(self, value: Optional[pulumi.Input['DesktopPoolAvailabilityPolicyStopScheduleArgs']]):
|
89
101
|
pulumi.set(self, "stop_schedule", value)
|
90
102
|
|
91
103
|
|
@@ -344,6 +356,10 @@ if not MYPY:
|
|
344
356
|
"""
|
345
357
|
The name of the desktop image.
|
346
358
|
"""
|
359
|
+
operating_system: NotRequired[pulumi.Input[str]]
|
360
|
+
"""
|
361
|
+
The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
|
362
|
+
"""
|
347
363
|
elif False:
|
348
364
|
DesktopPoolImageArgsDict: TypeAlias = Mapping[str, Any]
|
349
365
|
|
@@ -351,13 +367,17 @@ elif False:
|
|
351
367
|
class DesktopPoolImageArgs:
|
352
368
|
def __init__(__self__, *,
|
353
369
|
image_id: pulumi.Input[str],
|
354
|
-
image_name: pulumi.Input[str]
|
370
|
+
image_name: pulumi.Input[str],
|
371
|
+
operating_system: Optional[pulumi.Input[str]] = None):
|
355
372
|
"""
|
356
373
|
:param pulumi.Input[str] image_id: The OCID of the desktop image.
|
357
374
|
:param pulumi.Input[str] image_name: The name of the desktop image.
|
375
|
+
:param pulumi.Input[str] operating_system: The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
|
358
376
|
"""
|
359
377
|
pulumi.set(__self__, "image_id", image_id)
|
360
378
|
pulumi.set(__self__, "image_name", image_name)
|
379
|
+
if operating_system is not None:
|
380
|
+
pulumi.set(__self__, "operating_system", operating_system)
|
361
381
|
|
362
382
|
@property
|
363
383
|
@pulumi.getter(name="imageId")
|
@@ -383,16 +403,28 @@ class DesktopPoolImageArgs:
|
|
383
403
|
def image_name(self, value: pulumi.Input[str]):
|
384
404
|
pulumi.set(self, "image_name", value)
|
385
405
|
|
406
|
+
@property
|
407
|
+
@pulumi.getter(name="operatingSystem")
|
408
|
+
def operating_system(self) -> Optional[pulumi.Input[str]]:
|
409
|
+
"""
|
410
|
+
The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
|
411
|
+
"""
|
412
|
+
return pulumi.get(self, "operating_system")
|
413
|
+
|
414
|
+
@operating_system.setter
|
415
|
+
def operating_system(self, value: Optional[pulumi.Input[str]]):
|
416
|
+
pulumi.set(self, "operating_system", value)
|
417
|
+
|
386
418
|
|
387
419
|
if not MYPY:
|
388
420
|
class DesktopPoolNetworkConfigurationArgsDict(TypedDict):
|
389
421
|
subnet_id: pulumi.Input[str]
|
390
422
|
"""
|
391
|
-
The OCID of the subnet
|
423
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the connectivity will be established.
|
392
424
|
"""
|
393
425
|
vcn_id: pulumi.Input[str]
|
394
426
|
"""
|
395
|
-
The OCID of the VCN
|
427
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
396
428
|
"""
|
397
429
|
elif False:
|
398
430
|
DesktopPoolNetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -403,8 +435,8 @@ class DesktopPoolNetworkConfigurationArgs:
|
|
403
435
|
subnet_id: pulumi.Input[str],
|
404
436
|
vcn_id: pulumi.Input[str]):
|
405
437
|
"""
|
406
|
-
:param pulumi.Input[str] subnet_id: The OCID of the subnet
|
407
|
-
:param pulumi.Input[str] vcn_id: The OCID of the VCN
|
438
|
+
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the connectivity will be established.
|
439
|
+
:param pulumi.Input[str] vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
408
440
|
"""
|
409
441
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
410
442
|
pulumi.set(__self__, "vcn_id", vcn_id)
|
@@ -413,7 +445,7 @@ class DesktopPoolNetworkConfigurationArgs:
|
|
413
445
|
@pulumi.getter(name="subnetId")
|
414
446
|
def subnet_id(self) -> pulumi.Input[str]:
|
415
447
|
"""
|
416
|
-
The OCID of the subnet
|
448
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet in the customer VCN where the connectivity will be established.
|
417
449
|
"""
|
418
450
|
return pulumi.get(self, "subnet_id")
|
419
451
|
|
@@ -425,7 +457,7 @@ class DesktopPoolNetworkConfigurationArgs:
|
|
425
457
|
@pulumi.getter(name="vcnId")
|
426
458
|
def vcn_id(self) -> pulumi.Input[str]:
|
427
459
|
"""
|
428
|
-
The OCID of the VCN
|
460
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
429
461
|
"""
|
430
462
|
return pulumi.get(self, "vcn_id")
|
431
463
|
|
@@ -434,6 +466,352 @@ class DesktopPoolNetworkConfigurationArgs:
|
|
434
466
|
pulumi.set(self, "vcn_id", value)
|
435
467
|
|
436
468
|
|
469
|
+
if not MYPY:
|
470
|
+
class DesktopPoolPrivateAccessDetailsArgsDict(TypedDict):
|
471
|
+
subnet_id: pulumi.Input[str]
|
472
|
+
"""
|
473
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private subnet in the customer VCN where the connectivity will be established.
|
474
|
+
"""
|
475
|
+
endpoint_fqdn: NotRequired[pulumi.Input[str]]
|
476
|
+
"""
|
477
|
+
The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
|
478
|
+
"""
|
479
|
+
nsg_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
480
|
+
"""
|
481
|
+
A list of network security groups for the private access.
|
482
|
+
"""
|
483
|
+
private_ip: NotRequired[pulumi.Input[str]]
|
484
|
+
"""
|
485
|
+
The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
|
486
|
+
"""
|
487
|
+
vcn_id: NotRequired[pulumi.Input[str]]
|
488
|
+
"""
|
489
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
490
|
+
"""
|
491
|
+
elif False:
|
492
|
+
DesktopPoolPrivateAccessDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
493
|
+
|
494
|
+
@pulumi.input_type
|
495
|
+
class DesktopPoolPrivateAccessDetailsArgs:
|
496
|
+
def __init__(__self__, *,
|
497
|
+
subnet_id: pulumi.Input[str],
|
498
|
+
endpoint_fqdn: Optional[pulumi.Input[str]] = None,
|
499
|
+
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
500
|
+
private_ip: Optional[pulumi.Input[str]] = None,
|
501
|
+
vcn_id: Optional[pulumi.Input[str]] = None):
|
502
|
+
"""
|
503
|
+
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private subnet in the customer VCN where the connectivity will be established.
|
504
|
+
:param pulumi.Input[str] endpoint_fqdn: The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
|
505
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: A list of network security groups for the private access.
|
506
|
+
:param pulumi.Input[str] private_ip: The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
|
507
|
+
:param pulumi.Input[str] vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
508
|
+
"""
|
509
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
510
|
+
if endpoint_fqdn is not None:
|
511
|
+
pulumi.set(__self__, "endpoint_fqdn", endpoint_fqdn)
|
512
|
+
if nsg_ids is not None:
|
513
|
+
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
514
|
+
if private_ip is not None:
|
515
|
+
pulumi.set(__self__, "private_ip", private_ip)
|
516
|
+
if vcn_id is not None:
|
517
|
+
pulumi.set(__self__, "vcn_id", vcn_id)
|
518
|
+
|
519
|
+
@property
|
520
|
+
@pulumi.getter(name="subnetId")
|
521
|
+
def subnet_id(self) -> pulumi.Input[str]:
|
522
|
+
"""
|
523
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private subnet in the customer VCN where the connectivity will be established.
|
524
|
+
"""
|
525
|
+
return pulumi.get(self, "subnet_id")
|
526
|
+
|
527
|
+
@subnet_id.setter
|
528
|
+
def subnet_id(self, value: pulumi.Input[str]):
|
529
|
+
pulumi.set(self, "subnet_id", value)
|
530
|
+
|
531
|
+
@property
|
532
|
+
@pulumi.getter(name="endpointFqdn")
|
533
|
+
def endpoint_fqdn(self) -> Optional[pulumi.Input[str]]:
|
534
|
+
"""
|
535
|
+
The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
|
536
|
+
"""
|
537
|
+
return pulumi.get(self, "endpoint_fqdn")
|
538
|
+
|
539
|
+
@endpoint_fqdn.setter
|
540
|
+
def endpoint_fqdn(self, value: Optional[pulumi.Input[str]]):
|
541
|
+
pulumi.set(self, "endpoint_fqdn", value)
|
542
|
+
|
543
|
+
@property
|
544
|
+
@pulumi.getter(name="nsgIds")
|
545
|
+
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
546
|
+
"""
|
547
|
+
A list of network security groups for the private access.
|
548
|
+
"""
|
549
|
+
return pulumi.get(self, "nsg_ids")
|
550
|
+
|
551
|
+
@nsg_ids.setter
|
552
|
+
def nsg_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
553
|
+
pulumi.set(self, "nsg_ids", value)
|
554
|
+
|
555
|
+
@property
|
556
|
+
@pulumi.getter(name="privateIp")
|
557
|
+
def private_ip(self) -> Optional[pulumi.Input[str]]:
|
558
|
+
"""
|
559
|
+
The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
|
560
|
+
"""
|
561
|
+
return pulumi.get(self, "private_ip")
|
562
|
+
|
563
|
+
@private_ip.setter
|
564
|
+
def private_ip(self, value: Optional[pulumi.Input[str]]):
|
565
|
+
pulumi.set(self, "private_ip", value)
|
566
|
+
|
567
|
+
@property
|
568
|
+
@pulumi.getter(name="vcnId")
|
569
|
+
def vcn_id(self) -> Optional[pulumi.Input[str]]:
|
570
|
+
"""
|
571
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
572
|
+
"""
|
573
|
+
return pulumi.get(self, "vcn_id")
|
574
|
+
|
575
|
+
@vcn_id.setter
|
576
|
+
def vcn_id(self, value: Optional[pulumi.Input[str]]):
|
577
|
+
pulumi.set(self, "vcn_id", value)
|
578
|
+
|
579
|
+
|
580
|
+
if not MYPY:
|
581
|
+
class DesktopPoolSessionLifecycleActionsArgsDict(TypedDict):
|
582
|
+
disconnect: NotRequired[pulumi.Input['DesktopPoolSessionLifecycleActionsDisconnectArgsDict']]
|
583
|
+
"""
|
584
|
+
(Updatable) Action and grace period for disconnect
|
585
|
+
"""
|
586
|
+
inactivity: NotRequired[pulumi.Input['DesktopPoolSessionLifecycleActionsInactivityArgsDict']]
|
587
|
+
"""
|
588
|
+
(Updatable) Action and grace period for inactivity
|
589
|
+
"""
|
590
|
+
elif False:
|
591
|
+
DesktopPoolSessionLifecycleActionsArgsDict: TypeAlias = Mapping[str, Any]
|
592
|
+
|
593
|
+
@pulumi.input_type
|
594
|
+
class DesktopPoolSessionLifecycleActionsArgs:
|
595
|
+
def __init__(__self__, *,
|
596
|
+
disconnect: Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsDisconnectArgs']] = None,
|
597
|
+
inactivity: Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsInactivityArgs']] = None):
|
598
|
+
"""
|
599
|
+
:param pulumi.Input['DesktopPoolSessionLifecycleActionsDisconnectArgs'] disconnect: (Updatable) Action and grace period for disconnect
|
600
|
+
:param pulumi.Input['DesktopPoolSessionLifecycleActionsInactivityArgs'] inactivity: (Updatable) Action and grace period for inactivity
|
601
|
+
"""
|
602
|
+
if disconnect is not None:
|
603
|
+
pulumi.set(__self__, "disconnect", disconnect)
|
604
|
+
if inactivity is not None:
|
605
|
+
pulumi.set(__self__, "inactivity", inactivity)
|
606
|
+
|
607
|
+
@property
|
608
|
+
@pulumi.getter
|
609
|
+
def disconnect(self) -> Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsDisconnectArgs']]:
|
610
|
+
"""
|
611
|
+
(Updatable) Action and grace period for disconnect
|
612
|
+
"""
|
613
|
+
return pulumi.get(self, "disconnect")
|
614
|
+
|
615
|
+
@disconnect.setter
|
616
|
+
def disconnect(self, value: Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsDisconnectArgs']]):
|
617
|
+
pulumi.set(self, "disconnect", value)
|
618
|
+
|
619
|
+
@property
|
620
|
+
@pulumi.getter
|
621
|
+
def inactivity(self) -> Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsInactivityArgs']]:
|
622
|
+
"""
|
623
|
+
(Updatable) Action and grace period for inactivity
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "inactivity")
|
626
|
+
|
627
|
+
@inactivity.setter
|
628
|
+
def inactivity(self, value: Optional[pulumi.Input['DesktopPoolSessionLifecycleActionsInactivityArgs']]):
|
629
|
+
pulumi.set(self, "inactivity", value)
|
630
|
+
|
631
|
+
|
632
|
+
if not MYPY:
|
633
|
+
class DesktopPoolSessionLifecycleActionsDisconnectArgsDict(TypedDict):
|
634
|
+
action: pulumi.Input[str]
|
635
|
+
"""
|
636
|
+
(Updatable) a disconnect action to be triggered
|
637
|
+
"""
|
638
|
+
grace_period_in_minutes: NotRequired[pulumi.Input[int]]
|
639
|
+
"""
|
640
|
+
(Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
|
641
|
+
"""
|
642
|
+
elif False:
|
643
|
+
DesktopPoolSessionLifecycleActionsDisconnectArgsDict: TypeAlias = Mapping[str, Any]
|
644
|
+
|
645
|
+
@pulumi.input_type
|
646
|
+
class DesktopPoolSessionLifecycleActionsDisconnectArgs:
|
647
|
+
def __init__(__self__, *,
|
648
|
+
action: pulumi.Input[str],
|
649
|
+
grace_period_in_minutes: Optional[pulumi.Input[int]] = None):
|
650
|
+
"""
|
651
|
+
:param pulumi.Input[str] action: (Updatable) a disconnect action to be triggered
|
652
|
+
:param pulumi.Input[int] grace_period_in_minutes: (Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
|
653
|
+
"""
|
654
|
+
pulumi.set(__self__, "action", action)
|
655
|
+
if grace_period_in_minutes is not None:
|
656
|
+
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
657
|
+
|
658
|
+
@property
|
659
|
+
@pulumi.getter
|
660
|
+
def action(self) -> pulumi.Input[str]:
|
661
|
+
"""
|
662
|
+
(Updatable) a disconnect action to be triggered
|
663
|
+
"""
|
664
|
+
return pulumi.get(self, "action")
|
665
|
+
|
666
|
+
@action.setter
|
667
|
+
def action(self, value: pulumi.Input[str]):
|
668
|
+
pulumi.set(self, "action", value)
|
669
|
+
|
670
|
+
@property
|
671
|
+
@pulumi.getter(name="gracePeriodInMinutes")
|
672
|
+
def grace_period_in_minutes(self) -> Optional[pulumi.Input[int]]:
|
673
|
+
"""
|
674
|
+
(Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
|
675
|
+
"""
|
676
|
+
return pulumi.get(self, "grace_period_in_minutes")
|
677
|
+
|
678
|
+
@grace_period_in_minutes.setter
|
679
|
+
def grace_period_in_minutes(self, value: Optional[pulumi.Input[int]]):
|
680
|
+
pulumi.set(self, "grace_period_in_minutes", value)
|
681
|
+
|
682
|
+
|
683
|
+
if not MYPY:
|
684
|
+
class DesktopPoolSessionLifecycleActionsInactivityArgsDict(TypedDict):
|
685
|
+
action: pulumi.Input[str]
|
686
|
+
"""
|
687
|
+
(Updatable) an inactivity action to be triggered
|
688
|
+
"""
|
689
|
+
grace_period_in_minutes: NotRequired[pulumi.Input[int]]
|
690
|
+
"""
|
691
|
+
(Updatable) The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
|
692
|
+
"""
|
693
|
+
elif False:
|
694
|
+
DesktopPoolSessionLifecycleActionsInactivityArgsDict: TypeAlias = Mapping[str, Any]
|
695
|
+
|
696
|
+
@pulumi.input_type
|
697
|
+
class DesktopPoolSessionLifecycleActionsInactivityArgs:
|
698
|
+
def __init__(__self__, *,
|
699
|
+
action: pulumi.Input[str],
|
700
|
+
grace_period_in_minutes: Optional[pulumi.Input[int]] = None):
|
701
|
+
"""
|
702
|
+
:param pulumi.Input[str] action: (Updatable) an inactivity action to be triggered
|
703
|
+
:param pulumi.Input[int] grace_period_in_minutes: (Updatable) The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
|
704
|
+
"""
|
705
|
+
pulumi.set(__self__, "action", action)
|
706
|
+
if grace_period_in_minutes is not None:
|
707
|
+
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
708
|
+
|
709
|
+
@property
|
710
|
+
@pulumi.getter
|
711
|
+
def action(self) -> pulumi.Input[str]:
|
712
|
+
"""
|
713
|
+
(Updatable) an inactivity action to be triggered
|
714
|
+
"""
|
715
|
+
return pulumi.get(self, "action")
|
716
|
+
|
717
|
+
@action.setter
|
718
|
+
def action(self, value: pulumi.Input[str]):
|
719
|
+
pulumi.set(self, "action", value)
|
720
|
+
|
721
|
+
@property
|
722
|
+
@pulumi.getter(name="gracePeriodInMinutes")
|
723
|
+
def grace_period_in_minutes(self) -> Optional[pulumi.Input[int]]:
|
724
|
+
"""
|
725
|
+
(Updatable) The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "grace_period_in_minutes")
|
728
|
+
|
729
|
+
@grace_period_in_minutes.setter
|
730
|
+
def grace_period_in_minutes(self, value: Optional[pulumi.Input[int]]):
|
731
|
+
pulumi.set(self, "grace_period_in_minutes", value)
|
732
|
+
|
733
|
+
|
734
|
+
if not MYPY:
|
735
|
+
class DesktopPoolShapeConfigArgsDict(TypedDict):
|
736
|
+
baseline_ocpu_utilization: NotRequired[pulumi.Input[str]]
|
737
|
+
"""
|
738
|
+
The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`. The following values are supported:
|
739
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
740
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
741
|
+
* `BASELINE_1_1` - baseline usage is the entire OCPU. This represents a non-burstable instance.
|
742
|
+
"""
|
743
|
+
memory_in_gbs: NotRequired[pulumi.Input[str]]
|
744
|
+
"""
|
745
|
+
The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
|
746
|
+
"""
|
747
|
+
ocpus: NotRequired[pulumi.Input[str]]
|
748
|
+
"""
|
749
|
+
The total number of OCPUs available for each desktop compute instance in the desktop pool.
|
750
|
+
"""
|
751
|
+
elif False:
|
752
|
+
DesktopPoolShapeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
753
|
+
|
754
|
+
@pulumi.input_type
|
755
|
+
class DesktopPoolShapeConfigArgs:
|
756
|
+
def __init__(__self__, *,
|
757
|
+
baseline_ocpu_utilization: Optional[pulumi.Input[str]] = None,
|
758
|
+
memory_in_gbs: Optional[pulumi.Input[str]] = None,
|
759
|
+
ocpus: Optional[pulumi.Input[str]] = None):
|
760
|
+
"""
|
761
|
+
:param pulumi.Input[str] baseline_ocpu_utilization: The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`. The following values are supported:
|
762
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
763
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
764
|
+
* `BASELINE_1_1` - baseline usage is the entire OCPU. This represents a non-burstable instance.
|
765
|
+
:param pulumi.Input[str] memory_in_gbs: The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
|
766
|
+
:param pulumi.Input[str] ocpus: The total number of OCPUs available for each desktop compute instance in the desktop pool.
|
767
|
+
"""
|
768
|
+
if baseline_ocpu_utilization is not None:
|
769
|
+
pulumi.set(__self__, "baseline_ocpu_utilization", baseline_ocpu_utilization)
|
770
|
+
if memory_in_gbs is not None:
|
771
|
+
pulumi.set(__self__, "memory_in_gbs", memory_in_gbs)
|
772
|
+
if ocpus is not None:
|
773
|
+
pulumi.set(__self__, "ocpus", ocpus)
|
774
|
+
|
775
|
+
@property
|
776
|
+
@pulumi.getter(name="baselineOcpuUtilization")
|
777
|
+
def baseline_ocpu_utilization(self) -> Optional[pulumi.Input[str]]:
|
778
|
+
"""
|
779
|
+
The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with `BASELINE_1_1`. The following values are supported:
|
780
|
+
* `BASELINE_1_8` - baseline usage is 1/8 of an OCPU.
|
781
|
+
* `BASELINE_1_2` - baseline usage is 1/2 of an OCPU.
|
782
|
+
* `BASELINE_1_1` - baseline usage is the entire OCPU. This represents a non-burstable instance.
|
783
|
+
"""
|
784
|
+
return pulumi.get(self, "baseline_ocpu_utilization")
|
785
|
+
|
786
|
+
@baseline_ocpu_utilization.setter
|
787
|
+
def baseline_ocpu_utilization(self, value: Optional[pulumi.Input[str]]):
|
788
|
+
pulumi.set(self, "baseline_ocpu_utilization", value)
|
789
|
+
|
790
|
+
@property
|
791
|
+
@pulumi.getter(name="memoryInGbs")
|
792
|
+
def memory_in_gbs(self) -> Optional[pulumi.Input[str]]:
|
793
|
+
"""
|
794
|
+
The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
|
795
|
+
"""
|
796
|
+
return pulumi.get(self, "memory_in_gbs")
|
797
|
+
|
798
|
+
@memory_in_gbs.setter
|
799
|
+
def memory_in_gbs(self, value: Optional[pulumi.Input[str]]):
|
800
|
+
pulumi.set(self, "memory_in_gbs", value)
|
801
|
+
|
802
|
+
@property
|
803
|
+
@pulumi.getter
|
804
|
+
def ocpus(self) -> Optional[pulumi.Input[str]]:
|
805
|
+
"""
|
806
|
+
The total number of OCPUs available for each desktop compute instance in the desktop pool.
|
807
|
+
"""
|
808
|
+
return pulumi.get(self, "ocpus")
|
809
|
+
|
810
|
+
@ocpus.setter
|
811
|
+
def ocpus(self, value: Optional[pulumi.Input[str]]):
|
812
|
+
pulumi.set(self, "ocpus", value)
|
813
|
+
|
814
|
+
|
437
815
|
if not MYPY:
|
438
816
|
class GetDesktopPoolDesktopsFilterArgsDict(TypedDict):
|
439
817
|
name: str
|