pulumi-oci 2.13.0__py3-none-any.whl → 2.13.0a1729198151__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 +19 -24
- pulumi_oci/containerengine/_inputs.py +0 -341
- pulumi_oci/containerengine/cluster.py +0 -64
- pulumi_oci/containerengine/get_cluster.py +1 -12
- pulumi_oci/containerengine/outputs.py +0 -582
- pulumi_oci/core/_inputs.py +37 -299
- pulumi_oci/core/boot_volume.py +5 -90
- pulumi_oci/core/get_block_volume_replica.py +1 -15
- pulumi_oci/core/get_boot_volume.py +4 -15
- pulumi_oci/core/get_boot_volume_replica.py +1 -15
- pulumi_oci/core/get_volume.py +4 -18
- pulumi_oci/core/instance_configuration.py +0 -4
- pulumi_oci/core/outputs.py +46 -573
- pulumi_oci/core/volume.py +12 -110
- pulumi_oci/core/volume_backup_policy_assignment.py +19 -68
- pulumi_oci/core/volume_group.py +5 -56
- pulumi_oci/datasafe/__init__.py +0 -1
- pulumi_oci/desktops/_inputs.py +13 -175
- pulumi_oci/desktops/desktop_pool.py +0 -67
- pulumi_oci/desktops/get_desktop_pool.py +1 -16
- pulumi_oci/desktops/outputs.py +18 -339
- pulumi_oci/dns/__init__.py +0 -2
- pulumi_oci/dns/_inputs.py +12 -1157
- pulumi_oci/dns/action_create_zone_from_zone_file.py +2 -42
- pulumi_oci/dns/get_records.py +13 -45
- pulumi_oci/dns/get_resolver.py +6 -8
- pulumi_oci/dns/get_resolver_endpoint.py +6 -8
- 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 +10 -12
- pulumi_oci/dns/get_view.py +4 -8
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +13 -33
- pulumi_oci/dns/outputs.py +79 -1388
- 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 +41 -50
- pulumi_oci/dns/zone.py +17 -176
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
- pulumi_oci/goldengate/__init__.py +0 -1
- pulumi_oci/goldengate/_inputs.py +0 -165
- pulumi_oci/goldengate/connection.py +35 -49
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +4 -79
- pulumi_oci/goldengate/get_deployment.py +2 -30
- pulumi_oci/goldengate/outputs.py +2 -409
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/METADATA +1 -1
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/RECORD +61 -56
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +0 -271
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +0 -328
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +0 -318
- pulumi_oci/goldengate/get_deployment_environments.py +0 -144
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.13.0.dist-info → pulumi_oci-2.13.0a1729198151.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class GetDesktopPoolResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDesktopPool.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, active_desktops=None, are_privileged_users=None, availability_domain=None, availability_policies=None, compartment_id=None, contact_details=None, defined_tags=None, description=None, desktop_pool_id=None, device_policies=None, display_name=None, freeform_tags=None, id=None, images=None, is_storage_enabled=None, maximum_size=None, network_configurations=None, nsg_ids=None, private_access_details=None,
|
30
|
+
def __init__(__self__, active_desktops=None, are_privileged_users=None, availability_domain=None, availability_policies=None, compartment_id=None, contact_details=None, defined_tags=None, description=None, desktop_pool_id=None, device_policies=None, display_name=None, freeform_tags=None, id=None, images=None, is_storage_enabled=None, maximum_size=None, network_configurations=None, nsg_ids=None, private_access_details=None, shape_configs=None, shape_name=None, standby_size=None, state=None, storage_backup_policy_id=None, storage_size_in_gbs=None, time_created=None, time_start_scheduled=None, time_stop_scheduled=None, use_dedicated_vm_host=None):
|
31
31
|
if active_desktops and not isinstance(active_desktops, int):
|
32
32
|
raise TypeError("Expected argument 'active_desktops' to be a int")
|
33
33
|
pulumi.set(__self__, "active_desktops", active_desktops)
|
@@ -85,9 +85,6 @@ class GetDesktopPoolResult:
|
|
85
85
|
if private_access_details and not isinstance(private_access_details, list):
|
86
86
|
raise TypeError("Expected argument 'private_access_details' to be a list")
|
87
87
|
pulumi.set(__self__, "private_access_details", private_access_details)
|
88
|
-
if session_lifecycle_actions and not isinstance(session_lifecycle_actions, list):
|
89
|
-
raise TypeError("Expected argument 'session_lifecycle_actions' to be a list")
|
90
|
-
pulumi.set(__self__, "session_lifecycle_actions", session_lifecycle_actions)
|
91
88
|
if shape_configs and not isinstance(shape_configs, list):
|
92
89
|
raise TypeError("Expected argument 'shape_configs' to be a list")
|
93
90
|
pulumi.set(__self__, "shape_configs", shape_configs)
|
@@ -268,14 +265,6 @@ class GetDesktopPoolResult:
|
|
268
265
|
"""
|
269
266
|
return pulumi.get(self, "private_access_details")
|
270
267
|
|
271
|
-
@property
|
272
|
-
@pulumi.getter(name="sessionLifecycleActions")
|
273
|
-
def session_lifecycle_actions(self) -> Sequence['outputs.GetDesktopPoolSessionLifecycleActionResult']:
|
274
|
-
"""
|
275
|
-
Action to be triggered on inactivity or disconnect
|
276
|
-
"""
|
277
|
-
return pulumi.get(self, "session_lifecycle_actions")
|
278
|
-
|
279
268
|
@property
|
280
269
|
@pulumi.getter(name="shapeConfigs")
|
281
270
|
def shape_configs(self) -> Sequence['outputs.GetDesktopPoolShapeConfigResult']:
|
@@ -353,7 +342,6 @@ class GetDesktopPoolResult:
|
|
353
342
|
def use_dedicated_vm_host(self) -> str:
|
354
343
|
"""
|
355
344
|
Indicates whether the desktop pool uses dedicated virtual machine hosts.
|
356
|
-
---
|
357
345
|
"""
|
358
346
|
return pulumi.get(self, "use_dedicated_vm_host")
|
359
347
|
|
@@ -383,7 +371,6 @@ class AwaitableGetDesktopPoolResult(GetDesktopPoolResult):
|
|
383
371
|
network_configurations=self.network_configurations,
|
384
372
|
nsg_ids=self.nsg_ids,
|
385
373
|
private_access_details=self.private_access_details,
|
386
|
-
session_lifecycle_actions=self.session_lifecycle_actions,
|
387
374
|
shape_configs=self.shape_configs,
|
388
375
|
shape_name=self.shape_name,
|
389
376
|
standby_size=self.standby_size,
|
@@ -440,7 +427,6 @@ def get_desktop_pool(desktop_pool_id: Optional[str] = None,
|
|
440
427
|
network_configurations=pulumi.get(__ret__, 'network_configurations'),
|
441
428
|
nsg_ids=pulumi.get(__ret__, 'nsg_ids'),
|
442
429
|
private_access_details=pulumi.get(__ret__, 'private_access_details'),
|
443
|
-
session_lifecycle_actions=pulumi.get(__ret__, 'session_lifecycle_actions'),
|
444
430
|
shape_configs=pulumi.get(__ret__, 'shape_configs'),
|
445
431
|
shape_name=pulumi.get(__ret__, 'shape_name'),
|
446
432
|
standby_size=pulumi.get(__ret__, 'standby_size'),
|
@@ -494,7 +480,6 @@ def get_desktop_pool_output(desktop_pool_id: Optional[pulumi.Input[str]] = None,
|
|
494
480
|
network_configurations=pulumi.get(__response__, 'network_configurations'),
|
495
481
|
nsg_ids=pulumi.get(__response__, 'nsg_ids'),
|
496
482
|
private_access_details=pulumi.get(__response__, 'private_access_details'),
|
497
|
-
session_lifecycle_actions=pulumi.get(__response__, 'session_lifecycle_actions'),
|
498
483
|
shape_configs=pulumi.get(__response__, 'shape_configs'),
|
499
484
|
shape_name=pulumi.get(__response__, 'shape_name'),
|
500
485
|
standby_size=pulumi.get(__response__, 'standby_size'),
|
pulumi_oci/desktops/outputs.py
CHANGED
@@ -23,9 +23,6 @@ __all__ = [
|
|
23
23
|
'DesktopPoolImage',
|
24
24
|
'DesktopPoolNetworkConfiguration',
|
25
25
|
'DesktopPoolPrivateAccessDetails',
|
26
|
-
'DesktopPoolSessionLifecycleActions',
|
27
|
-
'DesktopPoolSessionLifecycleActionsDisconnect',
|
28
|
-
'DesktopPoolSessionLifecycleActionsInactivity',
|
29
26
|
'DesktopPoolShapeConfig',
|
30
27
|
'GetDesktopDevicePolicyResult',
|
31
28
|
'GetDesktopHostingOptionResult',
|
@@ -40,9 +37,6 @@ __all__ = [
|
|
40
37
|
'GetDesktopPoolImageResult',
|
41
38
|
'GetDesktopPoolNetworkConfigurationResult',
|
42
39
|
'GetDesktopPoolPrivateAccessDetailResult',
|
43
|
-
'GetDesktopPoolSessionLifecycleActionResult',
|
44
|
-
'GetDesktopPoolSessionLifecycleActionDisconnectResult',
|
45
|
-
'GetDesktopPoolSessionLifecycleActionInactivityResult',
|
46
40
|
'GetDesktopPoolShapeConfigResult',
|
47
41
|
'GetDesktopPoolVolumesDesktopPoolVolumeCollectionResult',
|
48
42
|
'GetDesktopPoolVolumesDesktopPoolVolumeCollectionItemResult',
|
@@ -56,9 +50,6 @@ __all__ = [
|
|
56
50
|
'GetDesktopPoolsDesktopPoolCollectionItemImageResult',
|
57
51
|
'GetDesktopPoolsDesktopPoolCollectionItemNetworkConfigurationResult',
|
58
52
|
'GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailResult',
|
59
|
-
'GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionResult',
|
60
|
-
'GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnectResult',
|
61
|
-
'GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivityResult',
|
62
53
|
'GetDesktopPoolsDesktopPoolCollectionItemShapeConfigResult',
|
63
54
|
'GetDesktopPoolsFilterResult',
|
64
55
|
'GetDesktopsDesktopCollectionResult',
|
@@ -88,20 +79,18 @@ class DesktopPoolAvailabilityPolicy(dict):
|
|
88
79
|
return super().get(key, default)
|
89
80
|
|
90
81
|
def __init__(__self__, *,
|
91
|
-
start_schedule:
|
92
|
-
stop_schedule:
|
82
|
+
start_schedule: 'outputs.DesktopPoolAvailabilityPolicyStartSchedule',
|
83
|
+
stop_schedule: 'outputs.DesktopPoolAvailabilityPolicyStopSchedule'):
|
93
84
|
"""
|
94
85
|
:param 'DesktopPoolAvailabilityPolicyStartScheduleArgs' start_schedule: (Updatable) Provides the schedule information for a desktop.
|
95
86
|
:param 'DesktopPoolAvailabilityPolicyStopScheduleArgs' stop_schedule: (Updatable) Provides the schedule information for a desktop.
|
96
87
|
"""
|
97
|
-
|
98
|
-
|
99
|
-
if stop_schedule is not None:
|
100
|
-
pulumi.set(__self__, "stop_schedule", stop_schedule)
|
88
|
+
pulumi.set(__self__, "start_schedule", start_schedule)
|
89
|
+
pulumi.set(__self__, "stop_schedule", stop_schedule)
|
101
90
|
|
102
91
|
@property
|
103
92
|
@pulumi.getter(name="startSchedule")
|
104
|
-
def start_schedule(self) ->
|
93
|
+
def start_schedule(self) -> 'outputs.DesktopPoolAvailabilityPolicyStartSchedule':
|
105
94
|
"""
|
106
95
|
(Updatable) Provides the schedule information for a desktop.
|
107
96
|
"""
|
@@ -109,7 +98,7 @@ class DesktopPoolAvailabilityPolicy(dict):
|
|
109
98
|
|
110
99
|
@property
|
111
100
|
@pulumi.getter(name="stopSchedule")
|
112
|
-
def stop_schedule(self) ->
|
101
|
+
def stop_schedule(self) -> 'outputs.DesktopPoolAvailabilityPolicyStopSchedule':
|
113
102
|
"""
|
114
103
|
(Updatable) Provides the schedule information for a desktop.
|
115
104
|
"""
|
@@ -465,7 +454,7 @@ class DesktopPoolPrivateAccessDetails(dict):
|
|
465
454
|
private_ip: Optional[str] = None,
|
466
455
|
vcn_id: Optional[str] = None):
|
467
456
|
"""
|
468
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
457
|
+
:param 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.
|
469
458
|
:param 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).
|
470
459
|
:param Sequence[str] nsg_ids: A list of network security groups for the private access.
|
471
460
|
:param 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.
|
@@ -485,7 +474,7 @@ class DesktopPoolPrivateAccessDetails(dict):
|
|
485
474
|
@pulumi.getter(name="subnetId")
|
486
475
|
def subnet_id(self) -> str:
|
487
476
|
"""
|
488
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
477
|
+
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.
|
489
478
|
"""
|
490
479
|
return pulumi.get(self, "subnet_id")
|
491
480
|
|
@@ -522,131 +511,6 @@ class DesktopPoolPrivateAccessDetails(dict):
|
|
522
511
|
return pulumi.get(self, "vcn_id")
|
523
512
|
|
524
513
|
|
525
|
-
@pulumi.output_type
|
526
|
-
class DesktopPoolSessionLifecycleActions(dict):
|
527
|
-
def __init__(__self__, *,
|
528
|
-
disconnect: Optional['outputs.DesktopPoolSessionLifecycleActionsDisconnect'] = None,
|
529
|
-
inactivity: Optional['outputs.DesktopPoolSessionLifecycleActionsInactivity'] = None):
|
530
|
-
"""
|
531
|
-
:param 'DesktopPoolSessionLifecycleActionsDisconnectArgs' disconnect: (Updatable) Action and grace period for disconnect
|
532
|
-
:param 'DesktopPoolSessionLifecycleActionsInactivityArgs' inactivity: (Updatable) Action and grace period for inactivity
|
533
|
-
"""
|
534
|
-
if disconnect is not None:
|
535
|
-
pulumi.set(__self__, "disconnect", disconnect)
|
536
|
-
if inactivity is not None:
|
537
|
-
pulumi.set(__self__, "inactivity", inactivity)
|
538
|
-
|
539
|
-
@property
|
540
|
-
@pulumi.getter
|
541
|
-
def disconnect(self) -> Optional['outputs.DesktopPoolSessionLifecycleActionsDisconnect']:
|
542
|
-
"""
|
543
|
-
(Updatable) Action and grace period for disconnect
|
544
|
-
"""
|
545
|
-
return pulumi.get(self, "disconnect")
|
546
|
-
|
547
|
-
@property
|
548
|
-
@pulumi.getter
|
549
|
-
def inactivity(self) -> Optional['outputs.DesktopPoolSessionLifecycleActionsInactivity']:
|
550
|
-
"""
|
551
|
-
(Updatable) Action and grace period for inactivity
|
552
|
-
"""
|
553
|
-
return pulumi.get(self, "inactivity")
|
554
|
-
|
555
|
-
|
556
|
-
@pulumi.output_type
|
557
|
-
class DesktopPoolSessionLifecycleActionsDisconnect(dict):
|
558
|
-
@staticmethod
|
559
|
-
def __key_warning(key: str):
|
560
|
-
suggest = None
|
561
|
-
if key == "gracePeriodInMinutes":
|
562
|
-
suggest = "grace_period_in_minutes"
|
563
|
-
|
564
|
-
if suggest:
|
565
|
-
pulumi.log.warn(f"Key '{key}' not found in DesktopPoolSessionLifecycleActionsDisconnect. Access the value via the '{suggest}' property getter instead.")
|
566
|
-
|
567
|
-
def __getitem__(self, key: str) -> Any:
|
568
|
-
DesktopPoolSessionLifecycleActionsDisconnect.__key_warning(key)
|
569
|
-
return super().__getitem__(key)
|
570
|
-
|
571
|
-
def get(self, key: str, default = None) -> Any:
|
572
|
-
DesktopPoolSessionLifecycleActionsDisconnect.__key_warning(key)
|
573
|
-
return super().get(key, default)
|
574
|
-
|
575
|
-
def __init__(__self__, *,
|
576
|
-
action: str,
|
577
|
-
grace_period_in_minutes: Optional[int] = None):
|
578
|
-
"""
|
579
|
-
:param str action: (Updatable) a disconnect action to be triggered
|
580
|
-
:param 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.
|
581
|
-
"""
|
582
|
-
pulumi.set(__self__, "action", action)
|
583
|
-
if grace_period_in_minutes is not None:
|
584
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
585
|
-
|
586
|
-
@property
|
587
|
-
@pulumi.getter
|
588
|
-
def action(self) -> str:
|
589
|
-
"""
|
590
|
-
(Updatable) a disconnect action to be triggered
|
591
|
-
"""
|
592
|
-
return pulumi.get(self, "action")
|
593
|
-
|
594
|
-
@property
|
595
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
596
|
-
def grace_period_in_minutes(self) -> Optional[int]:
|
597
|
-
"""
|
598
|
-
(Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
|
599
|
-
"""
|
600
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
601
|
-
|
602
|
-
|
603
|
-
@pulumi.output_type
|
604
|
-
class DesktopPoolSessionLifecycleActionsInactivity(dict):
|
605
|
-
@staticmethod
|
606
|
-
def __key_warning(key: str):
|
607
|
-
suggest = None
|
608
|
-
if key == "gracePeriodInMinutes":
|
609
|
-
suggest = "grace_period_in_minutes"
|
610
|
-
|
611
|
-
if suggest:
|
612
|
-
pulumi.log.warn(f"Key '{key}' not found in DesktopPoolSessionLifecycleActionsInactivity. Access the value via the '{suggest}' property getter instead.")
|
613
|
-
|
614
|
-
def __getitem__(self, key: str) -> Any:
|
615
|
-
DesktopPoolSessionLifecycleActionsInactivity.__key_warning(key)
|
616
|
-
return super().__getitem__(key)
|
617
|
-
|
618
|
-
def get(self, key: str, default = None) -> Any:
|
619
|
-
DesktopPoolSessionLifecycleActionsInactivity.__key_warning(key)
|
620
|
-
return super().get(key, default)
|
621
|
-
|
622
|
-
def __init__(__self__, *,
|
623
|
-
action: str,
|
624
|
-
grace_period_in_minutes: Optional[int] = None):
|
625
|
-
"""
|
626
|
-
:param str action: (Updatable) an inactivity action to be triggered
|
627
|
-
:param 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.
|
628
|
-
"""
|
629
|
-
pulumi.set(__self__, "action", action)
|
630
|
-
if grace_period_in_minutes is not None:
|
631
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
632
|
-
|
633
|
-
@property
|
634
|
-
@pulumi.getter
|
635
|
-
def action(self) -> str:
|
636
|
-
"""
|
637
|
-
(Updatable) an inactivity action to be triggered
|
638
|
-
"""
|
639
|
-
return pulumi.get(self, "action")
|
640
|
-
|
641
|
-
@property
|
642
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
643
|
-
def grace_period_in_minutes(self) -> Optional[int]:
|
644
|
-
"""
|
645
|
-
(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.
|
646
|
-
"""
|
647
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
648
|
-
|
649
|
-
|
650
514
|
@pulumi.output_type
|
651
515
|
class DesktopPoolShapeConfig(dict):
|
652
516
|
@staticmethod
|
@@ -1225,7 +1089,7 @@ class GetDesktopPoolNetworkConfigurationResult(dict):
|
|
1225
1089
|
subnet_id: str,
|
1226
1090
|
vcn_id: str):
|
1227
1091
|
"""
|
1228
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1092
|
+
:param 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.
|
1229
1093
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
1230
1094
|
"""
|
1231
1095
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
@@ -1235,7 +1099,7 @@ class GetDesktopPoolNetworkConfigurationResult(dict):
|
|
1235
1099
|
@pulumi.getter(name="subnetId")
|
1236
1100
|
def subnet_id(self) -> str:
|
1237
1101
|
"""
|
1238
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1102
|
+
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.
|
1239
1103
|
"""
|
1240
1104
|
return pulumi.get(self, "subnet_id")
|
1241
1105
|
|
@@ -1257,10 +1121,10 @@ class GetDesktopPoolPrivateAccessDetailResult(dict):
|
|
1257
1121
|
subnet_id: str,
|
1258
1122
|
vcn_id: str):
|
1259
1123
|
"""
|
1260
|
-
:param 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,
|
1124
|
+
:param 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).
|
1261
1125
|
:param Sequence[str] nsg_ids: A list of network security groups for the private access.
|
1262
1126
|
:param 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.
|
1263
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1127
|
+
:param 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.
|
1264
1128
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
1265
1129
|
"""
|
1266
1130
|
pulumi.set(__self__, "endpoint_fqdn", endpoint_fqdn)
|
@@ -1273,7 +1137,7 @@ class GetDesktopPoolPrivateAccessDetailResult(dict):
|
|
1273
1137
|
@pulumi.getter(name="endpointFqdn")
|
1274
1138
|
def endpoint_fqdn(self) -> str:
|
1275
1139
|
"""
|
1276
|
-
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,
|
1140
|
+
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).
|
1277
1141
|
"""
|
1278
1142
|
return pulumi.get(self, "endpoint_fqdn")
|
1279
1143
|
|
@@ -1297,7 +1161,7 @@ class GetDesktopPoolPrivateAccessDetailResult(dict):
|
|
1297
1161
|
@pulumi.getter(name="subnetId")
|
1298
1162
|
def subnet_id(self) -> str:
|
1299
1163
|
"""
|
1300
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1164
|
+
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.
|
1301
1165
|
"""
|
1302
1166
|
return pulumi.get(self, "subnet_id")
|
1303
1167
|
|
@@ -1310,93 +1174,6 @@ class GetDesktopPoolPrivateAccessDetailResult(dict):
|
|
1310
1174
|
return pulumi.get(self, "vcn_id")
|
1311
1175
|
|
1312
1176
|
|
1313
|
-
@pulumi.output_type
|
1314
|
-
class GetDesktopPoolSessionLifecycleActionResult(dict):
|
1315
|
-
def __init__(__self__, *,
|
1316
|
-
disconnects: Sequence['outputs.GetDesktopPoolSessionLifecycleActionDisconnectResult'],
|
1317
|
-
inactivities: Sequence['outputs.GetDesktopPoolSessionLifecycleActionInactivityResult']):
|
1318
|
-
"""
|
1319
|
-
:param Sequence['GetDesktopPoolSessionLifecycleActionDisconnectArgs'] disconnects: Action and grace period for disconnect
|
1320
|
-
:param Sequence['GetDesktopPoolSessionLifecycleActionInactivityArgs'] inactivities: Action and grace period for inactivity
|
1321
|
-
"""
|
1322
|
-
pulumi.set(__self__, "disconnects", disconnects)
|
1323
|
-
pulumi.set(__self__, "inactivities", inactivities)
|
1324
|
-
|
1325
|
-
@property
|
1326
|
-
@pulumi.getter
|
1327
|
-
def disconnects(self) -> Sequence['outputs.GetDesktopPoolSessionLifecycleActionDisconnectResult']:
|
1328
|
-
"""
|
1329
|
-
Action and grace period for disconnect
|
1330
|
-
"""
|
1331
|
-
return pulumi.get(self, "disconnects")
|
1332
|
-
|
1333
|
-
@property
|
1334
|
-
@pulumi.getter
|
1335
|
-
def inactivities(self) -> Sequence['outputs.GetDesktopPoolSessionLifecycleActionInactivityResult']:
|
1336
|
-
"""
|
1337
|
-
Action and grace period for inactivity
|
1338
|
-
"""
|
1339
|
-
return pulumi.get(self, "inactivities")
|
1340
|
-
|
1341
|
-
|
1342
|
-
@pulumi.output_type
|
1343
|
-
class GetDesktopPoolSessionLifecycleActionDisconnectResult(dict):
|
1344
|
-
def __init__(__self__, *,
|
1345
|
-
action: str,
|
1346
|
-
grace_period_in_minutes: int):
|
1347
|
-
"""
|
1348
|
-
:param str action: an inactivity action to be triggered
|
1349
|
-
:param int grace_period_in_minutes: 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.
|
1350
|
-
"""
|
1351
|
-
pulumi.set(__self__, "action", action)
|
1352
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
1353
|
-
|
1354
|
-
@property
|
1355
|
-
@pulumi.getter
|
1356
|
-
def action(self) -> str:
|
1357
|
-
"""
|
1358
|
-
an inactivity action to be triggered
|
1359
|
-
"""
|
1360
|
-
return pulumi.get(self, "action")
|
1361
|
-
|
1362
|
-
@property
|
1363
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
1364
|
-
def grace_period_in_minutes(self) -> int:
|
1365
|
-
"""
|
1366
|
-
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.
|
1367
|
-
"""
|
1368
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
1369
|
-
|
1370
|
-
|
1371
|
-
@pulumi.output_type
|
1372
|
-
class GetDesktopPoolSessionLifecycleActionInactivityResult(dict):
|
1373
|
-
def __init__(__self__, *,
|
1374
|
-
action: str,
|
1375
|
-
grace_period_in_minutes: int):
|
1376
|
-
"""
|
1377
|
-
:param str action: an inactivity action to be triggered
|
1378
|
-
:param int grace_period_in_minutes: 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.
|
1379
|
-
"""
|
1380
|
-
pulumi.set(__self__, "action", action)
|
1381
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
1382
|
-
|
1383
|
-
@property
|
1384
|
-
@pulumi.getter
|
1385
|
-
def action(self) -> str:
|
1386
|
-
"""
|
1387
|
-
an inactivity action to be triggered
|
1388
|
-
"""
|
1389
|
-
return pulumi.get(self, "action")
|
1390
|
-
|
1391
|
-
@property
|
1392
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
1393
|
-
def grace_period_in_minutes(self) -> int:
|
1394
|
-
"""
|
1395
|
-
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.
|
1396
|
-
"""
|
1397
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
1398
|
-
|
1399
|
-
|
1400
1177
|
@pulumi.output_type
|
1401
1178
|
class GetDesktopPoolShapeConfigResult(dict):
|
1402
1179
|
def __init__(__self__, *,
|
@@ -1622,7 +1399,6 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1622
1399
|
network_configurations: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemNetworkConfigurationResult'],
|
1623
1400
|
nsg_ids: Sequence[str],
|
1624
1401
|
private_access_details: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailResult'],
|
1625
|
-
session_lifecycle_actions: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionResult'],
|
1626
1402
|
shape_configs: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemShapeConfigResult'],
|
1627
1403
|
shape_name: str,
|
1628
1404
|
standby_size: int,
|
@@ -1652,7 +1428,6 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1652
1428
|
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemNetworkConfigurationArgs'] network_configurations: Provides information about the network configuration of the desktop pool.
|
1653
1429
|
:param Sequence[str] nsg_ids: A list of network security groups for the private access.
|
1654
1430
|
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailArgs'] private_access_details: The details of the desktop's private access network connectivity that were used to create the pool.
|
1655
|
-
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionArgs'] session_lifecycle_actions: Action to be triggered on inactivity or disconnect
|
1656
1431
|
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemShapeConfigArgs'] shape_configs: The shape configuration used for each desktop compute instance in the desktop pool.
|
1657
1432
|
:param str shape_name: The shape of the desktop pool.
|
1658
1433
|
:param int standby_size: The maximum number of standby desktops available in the desktop pool.
|
@@ -1682,7 +1457,6 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1682
1457
|
pulumi.set(__self__, "network_configurations", network_configurations)
|
1683
1458
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
1684
1459
|
pulumi.set(__self__, "private_access_details", private_access_details)
|
1685
|
-
pulumi.set(__self__, "session_lifecycle_actions", session_lifecycle_actions)
|
1686
1460
|
pulumi.set(__self__, "shape_configs", shape_configs)
|
1687
1461
|
pulumi.set(__self__, "shape_name", shape_name)
|
1688
1462
|
pulumi.set(__self__, "standby_size", standby_size)
|
@@ -1838,14 +1612,6 @@ class GetDesktopPoolsDesktopPoolCollectionItemResult(dict):
|
|
1838
1612
|
"""
|
1839
1613
|
return pulumi.get(self, "private_access_details")
|
1840
1614
|
|
1841
|
-
@property
|
1842
|
-
@pulumi.getter(name="sessionLifecycleActions")
|
1843
|
-
def session_lifecycle_actions(self) -> Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionResult']:
|
1844
|
-
"""
|
1845
|
-
Action to be triggered on inactivity or disconnect
|
1846
|
-
"""
|
1847
|
-
return pulumi.get(self, "session_lifecycle_actions")
|
1848
|
-
|
1849
1615
|
@property
|
1850
1616
|
@pulumi.getter(name="shapeConfigs")
|
1851
1617
|
def shape_configs(self) -> Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemShapeConfigResult']:
|
@@ -2144,7 +1910,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemNetworkConfigurationResult(dict):
|
|
2144
1910
|
subnet_id: str,
|
2145
1911
|
vcn_id: str):
|
2146
1912
|
"""
|
2147
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1913
|
+
:param 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.
|
2148
1914
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
2149
1915
|
"""
|
2150
1916
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
@@ -2154,7 +1920,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemNetworkConfigurationResult(dict):
|
|
2154
1920
|
@pulumi.getter(name="subnetId")
|
2155
1921
|
def subnet_id(self) -> str:
|
2156
1922
|
"""
|
2157
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1923
|
+
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.
|
2158
1924
|
"""
|
2159
1925
|
return pulumi.get(self, "subnet_id")
|
2160
1926
|
|
@@ -2179,7 +1945,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailResult(dict):
|
|
2179
1945
|
:param 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).
|
2180
1946
|
:param Sequence[str] nsg_ids: A list of network security groups for the private access.
|
2181
1947
|
:param 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.
|
2182
|
-
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1948
|
+
:param 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.
|
2183
1949
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer VCN.
|
2184
1950
|
"""
|
2185
1951
|
pulumi.set(__self__, "endpoint_fqdn", endpoint_fqdn)
|
@@ -2216,7 +1982,7 @@ class GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailResult(dict):
|
|
2216
1982
|
@pulumi.getter(name="subnetId")
|
2217
1983
|
def subnet_id(self) -> str:
|
2218
1984
|
"""
|
2219
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
1985
|
+
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.
|
2220
1986
|
"""
|
2221
1987
|
return pulumi.get(self, "subnet_id")
|
2222
1988
|
|
@@ -2229,93 +1995,6 @@ class GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetailResult(dict):
|
|
2229
1995
|
return pulumi.get(self, "vcn_id")
|
2230
1996
|
|
2231
1997
|
|
2232
|
-
@pulumi.output_type
|
2233
|
-
class GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionResult(dict):
|
2234
|
-
def __init__(__self__, *,
|
2235
|
-
disconnects: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnectResult'],
|
2236
|
-
inactivities: Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivityResult']):
|
2237
|
-
"""
|
2238
|
-
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnectArgs'] disconnects: Action and grace period for disconnect
|
2239
|
-
:param Sequence['GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivityArgs'] inactivities: Action and grace period for inactivity
|
2240
|
-
"""
|
2241
|
-
pulumi.set(__self__, "disconnects", disconnects)
|
2242
|
-
pulumi.set(__self__, "inactivities", inactivities)
|
2243
|
-
|
2244
|
-
@property
|
2245
|
-
@pulumi.getter
|
2246
|
-
def disconnects(self) -> Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnectResult']:
|
2247
|
-
"""
|
2248
|
-
Action and grace period for disconnect
|
2249
|
-
"""
|
2250
|
-
return pulumi.get(self, "disconnects")
|
2251
|
-
|
2252
|
-
@property
|
2253
|
-
@pulumi.getter
|
2254
|
-
def inactivities(self) -> Sequence['outputs.GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivityResult']:
|
2255
|
-
"""
|
2256
|
-
Action and grace period for inactivity
|
2257
|
-
"""
|
2258
|
-
return pulumi.get(self, "inactivities")
|
2259
|
-
|
2260
|
-
|
2261
|
-
@pulumi.output_type
|
2262
|
-
class GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnectResult(dict):
|
2263
|
-
def __init__(__self__, *,
|
2264
|
-
action: str,
|
2265
|
-
grace_period_in_minutes: int):
|
2266
|
-
"""
|
2267
|
-
:param str action: an inactivity action to be triggered
|
2268
|
-
:param int grace_period_in_minutes: 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.
|
2269
|
-
"""
|
2270
|
-
pulumi.set(__self__, "action", action)
|
2271
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
2272
|
-
|
2273
|
-
@property
|
2274
|
-
@pulumi.getter
|
2275
|
-
def action(self) -> str:
|
2276
|
-
"""
|
2277
|
-
an inactivity action to be triggered
|
2278
|
-
"""
|
2279
|
-
return pulumi.get(self, "action")
|
2280
|
-
|
2281
|
-
@property
|
2282
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
2283
|
-
def grace_period_in_minutes(self) -> int:
|
2284
|
-
"""
|
2285
|
-
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.
|
2286
|
-
"""
|
2287
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
2288
|
-
|
2289
|
-
|
2290
|
-
@pulumi.output_type
|
2291
|
-
class GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivityResult(dict):
|
2292
|
-
def __init__(__self__, *,
|
2293
|
-
action: str,
|
2294
|
-
grace_period_in_minutes: int):
|
2295
|
-
"""
|
2296
|
-
:param str action: an inactivity action to be triggered
|
2297
|
-
:param int grace_period_in_minutes: 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.
|
2298
|
-
"""
|
2299
|
-
pulumi.set(__self__, "action", action)
|
2300
|
-
pulumi.set(__self__, "grace_period_in_minutes", grace_period_in_minutes)
|
2301
|
-
|
2302
|
-
@property
|
2303
|
-
@pulumi.getter
|
2304
|
-
def action(self) -> str:
|
2305
|
-
"""
|
2306
|
-
an inactivity action to be triggered
|
2307
|
-
"""
|
2308
|
-
return pulumi.get(self, "action")
|
2309
|
-
|
2310
|
-
@property
|
2311
|
-
@pulumi.getter(name="gracePeriodInMinutes")
|
2312
|
-
def grace_period_in_minutes(self) -> int:
|
2313
|
-
"""
|
2314
|
-
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.
|
2315
|
-
"""
|
2316
|
-
return pulumi.get(self, "grace_period_in_minutes")
|
2317
|
-
|
2318
|
-
|
2319
1998
|
@pulumi.output_type
|
2320
1999
|
class GetDesktopPoolsDesktopPoolCollectionItemShapeConfigResult(dict):
|
2321
2000
|
def __init__(__self__, *,
|
pulumi_oci/dns/__init__.py
CHANGED
@@ -31,7 +31,5 @@ from .steering_policy_attachment import *
|
|
31
31
|
from .tsig_key import *
|
32
32
|
from .view import *
|
33
33
|
from .zone import *
|
34
|
-
from .zone_promote_dnssec_key_version import *
|
35
|
-
from .zone_stage_dnssec_key_version import *
|
36
34
|
from ._inputs import *
|
37
35
|
from . import outputs
|