pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.7.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 +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_db_system_storage_performances.py +26 -2
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/email/_inputs.py +342 -0
- pulumi_oci/email/email_domain.py +26 -4
- pulumi_oci/email/email_return_path.py +34 -4
- pulumi_oci/email/get_email_domain.py +17 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_email_return_path.py +17 -2
- pulumi_oci/email/get_email_return_paths.py +1 -1
- pulumi_oci/email/get_sender.py +17 -2
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/outputs.py +678 -0
- pulumi_oci/email/sender.py +30 -0
- pulumi_oci/filestorage/_inputs.py +3 -3
- pulumi_oci/filestorage/mount_target.py +63 -7
- pulumi_oci/filestorage/outputs.py +15 -4
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/RECORD +86 -66
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.7.0.dist-info}/top_level.txt +0 -0
pulumi_oci/email/sender.py
CHANGED
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['SenderArgs', 'Sender']
|
18
20
|
|
@@ -103,6 +105,7 @@ class _SenderState:
|
|
103
105
|
email_domain_id: Optional[pulumi.Input[_builtins.str]] = None,
|
104
106
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
105
107
|
is_spf: Optional[pulumi.Input[_builtins.bool]] = None,
|
108
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input['SenderLockArgs']]]] = None,
|
106
109
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
107
110
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
108
111
|
time_created: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -118,6 +121,7 @@ class _SenderState:
|
|
118
121
|
** IMPORTANT **
|
119
122
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
120
123
|
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
124
|
+
:param pulumi.Input[Sequence[pulumi.Input['SenderLockArgs']]] locks: Locks associated with this resource.
|
121
125
|
:param pulumi.Input[_builtins.str] state: The current status of the approved sender.
|
122
126
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
123
127
|
:param pulumi.Input[_builtins.str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
@@ -134,6 +138,8 @@ class _SenderState:
|
|
134
138
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
135
139
|
if is_spf is not None:
|
136
140
|
pulumi.set(__self__, "is_spf", is_spf)
|
141
|
+
if locks is not None:
|
142
|
+
pulumi.set(__self__, "locks", locks)
|
137
143
|
if state is not None:
|
138
144
|
pulumi.set(__self__, "state", state)
|
139
145
|
if system_tags is not None:
|
@@ -217,6 +223,18 @@ class _SenderState:
|
|
217
223
|
def is_spf(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
218
224
|
pulumi.set(self, "is_spf", value)
|
219
225
|
|
226
|
+
@_builtins.property
|
227
|
+
@pulumi.getter
|
228
|
+
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SenderLockArgs']]]]:
|
229
|
+
"""
|
230
|
+
Locks associated with this resource.
|
231
|
+
"""
|
232
|
+
return pulumi.get(self, "locks")
|
233
|
+
|
234
|
+
@locks.setter
|
235
|
+
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SenderLockArgs']]]]):
|
236
|
+
pulumi.set(self, "locks", value)
|
237
|
+
|
220
238
|
@_builtins.property
|
221
239
|
@pulumi.getter
|
222
240
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -380,6 +398,7 @@ class Sender(pulumi.CustomResource):
|
|
380
398
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
381
399
|
__props__.__dict__["email_domain_id"] = None
|
382
400
|
__props__.__dict__["is_spf"] = None
|
401
|
+
__props__.__dict__["locks"] = None
|
383
402
|
__props__.__dict__["state"] = None
|
384
403
|
__props__.__dict__["system_tags"] = None
|
385
404
|
__props__.__dict__["time_created"] = None
|
@@ -399,6 +418,7 @@ class Sender(pulumi.CustomResource):
|
|
399
418
|
email_domain_id: Optional[pulumi.Input[_builtins.str]] = None,
|
400
419
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
401
420
|
is_spf: Optional[pulumi.Input[_builtins.bool]] = None,
|
421
|
+
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SenderLockArgs', 'SenderLockArgsDict']]]]] = None,
|
402
422
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
403
423
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
404
424
|
time_created: Optional[pulumi.Input[_builtins.str]] = None) -> 'Sender':
|
@@ -419,6 +439,7 @@ class Sender(pulumi.CustomResource):
|
|
419
439
|
** IMPORTANT **
|
420
440
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
421
441
|
:param pulumi.Input[_builtins.bool] is_spf: Value of the SPF field. For more information about SPF, please see [SPF Authentication](https://docs.cloud.oracle.com/iaas/Content/Email/Concepts/overview.htm#components).
|
442
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['SenderLockArgs', 'SenderLockArgsDict']]]] locks: Locks associated with this resource.
|
422
443
|
:param pulumi.Input[_builtins.str] state: The current status of the approved sender.
|
423
444
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
424
445
|
:param pulumi.Input[_builtins.str] time_created: The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
@@ -433,6 +454,7 @@ class Sender(pulumi.CustomResource):
|
|
433
454
|
__props__.__dict__["email_domain_id"] = email_domain_id
|
434
455
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
435
456
|
__props__.__dict__["is_spf"] = is_spf
|
457
|
+
__props__.__dict__["locks"] = locks
|
436
458
|
__props__.__dict__["state"] = state
|
437
459
|
__props__.__dict__["system_tags"] = system_tags
|
438
460
|
__props__.__dict__["time_created"] = time_created
|
@@ -490,6 +512,14 @@ class Sender(pulumi.CustomResource):
|
|
490
512
|
"""
|
491
513
|
return pulumi.get(self, "is_spf")
|
492
514
|
|
515
|
+
@_builtins.property
|
516
|
+
@pulumi.getter
|
517
|
+
def locks(self) -> pulumi.Output[Sequence['outputs.SenderLock']]:
|
518
|
+
"""
|
519
|
+
Locks associated with this resource.
|
520
|
+
"""
|
521
|
+
return pulumi.get(self, "locks")
|
522
|
+
|
493
523
|
@_builtins.property
|
494
524
|
@pulumi.getter
|
495
525
|
def state(self) -> pulumi.Output[_builtins.str]:
|
@@ -69,7 +69,7 @@ if not MYPY:
|
|
69
69
|
class ExportExportOptionArgsDict(TypedDict):
|
70
70
|
source: pulumi.Input[_builtins.str]
|
71
71
|
"""
|
72
|
-
(Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
72
|
+
(Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
73
73
|
|
74
74
|
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
|
75
75
|
"""
|
@@ -116,7 +116,7 @@ class ExportExportOptionArgs:
|
|
116
116
|
is_anonymous_access_allowed: Optional[pulumi.Input[_builtins.bool]] = None,
|
117
117
|
require_privileged_source_port: Optional[pulumi.Input[_builtins.bool]] = None):
|
118
118
|
"""
|
119
|
-
:param pulumi.Input[_builtins.str] source: (Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
119
|
+
:param pulumi.Input[_builtins.str] source: (Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
120
120
|
|
121
121
|
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
|
122
122
|
:param pulumi.Input[_builtins.str] access: (Updatable) Type of access to grant clients using the file system through this export. If unspecified defaults to `READ_WRITE`.
|
@@ -147,7 +147,7 @@ class ExportExportOptionArgs:
|
|
147
147
|
@pulumi.getter
|
148
148
|
def source(self) -> pulumi.Input[_builtins.str]:
|
149
149
|
"""
|
150
|
-
(Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
150
|
+
(Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
151
151
|
|
152
152
|
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
|
153
153
|
"""
|
@@ -50,7 +50,11 @@ class MountTargetArgs:
|
|
50
50
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
51
51
|
:param pulumi.Input[_builtins.str] hostname_label: The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
52
52
|
|
53
|
-
Note:
|
53
|
+
Note:
|
54
|
+
|
55
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
56
|
+
|
57
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
54
58
|
|
55
59
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
56
60
|
|
@@ -174,7 +178,11 @@ class MountTargetArgs:
|
|
174
178
|
"""
|
175
179
|
The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
176
180
|
|
177
|
-
Note:
|
181
|
+
Note:
|
182
|
+
|
183
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
184
|
+
|
185
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
178
186
|
|
179
187
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
180
188
|
|
@@ -300,6 +308,7 @@ class _MountTargetState:
|
|
300
308
|
ldap_idmap: Optional[pulumi.Input['MountTargetLdapIdmapArgs']] = None,
|
301
309
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
302
310
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]]] = None,
|
311
|
+
mount_target_ipv6ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
303
312
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
304
313
|
observed_throughput: Optional[pulumi.Input[_builtins.str]] = None,
|
305
314
|
private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
@@ -320,7 +329,11 @@ class _MountTargetState:
|
|
320
329
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
321
330
|
:param pulumi.Input[_builtins.str] hostname_label: The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
322
331
|
|
323
|
-
Note:
|
332
|
+
Note:
|
333
|
+
|
334
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
335
|
+
|
336
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
324
337
|
|
325
338
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
326
339
|
|
@@ -332,6 +345,7 @@ class _MountTargetState:
|
|
332
345
|
:param pulumi.Input['MountTargetLdapIdmapArgs'] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
|
333
346
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current 'lifecycleState'.
|
334
347
|
:param pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]] locks: Locks associated with this resource.
|
348
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] mount_target_ipv6ids: The OCIDs of the IPv6 addresses associated with this mount target.
|
335
349
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
|
336
350
|
:param pulumi.Input[_builtins.str] observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
|
337
351
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
|
@@ -375,6 +389,8 @@ class _MountTargetState:
|
|
375
389
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
376
390
|
if locks is not None:
|
377
391
|
pulumi.set(__self__, "locks", locks)
|
392
|
+
if mount_target_ipv6ids is not None:
|
393
|
+
pulumi.set(__self__, "mount_target_ipv6ids", mount_target_ipv6ids)
|
378
394
|
if nsg_ids is not None:
|
379
395
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
380
396
|
if observed_throughput is not None:
|
@@ -474,7 +490,11 @@ class _MountTargetState:
|
|
474
490
|
"""
|
475
491
|
The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
476
492
|
|
477
|
-
Note:
|
493
|
+
Note:
|
494
|
+
|
495
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
496
|
+
|
497
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
478
498
|
|
479
499
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
480
500
|
|
@@ -570,6 +590,18 @@ class _MountTargetState:
|
|
570
590
|
def locks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MountTargetLockArgs']]]]):
|
571
591
|
pulumi.set(self, "locks", value)
|
572
592
|
|
593
|
+
@_builtins.property
|
594
|
+
@pulumi.getter(name="mountTargetIpv6ids")
|
595
|
+
def mount_target_ipv6ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
596
|
+
"""
|
597
|
+
The OCIDs of the IPv6 addresses associated with this mount target.
|
598
|
+
"""
|
599
|
+
return pulumi.get(self, "mount_target_ipv6ids")
|
600
|
+
|
601
|
+
@mount_target_ipv6ids.setter
|
602
|
+
def mount_target_ipv6ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
603
|
+
pulumi.set(self, "mount_target_ipv6ids", value)
|
604
|
+
|
573
605
|
@_builtins.property
|
574
606
|
@pulumi.getter(name="nsgIds")
|
575
607
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
@@ -818,7 +850,11 @@ class MountTarget(pulumi.CustomResource):
|
|
818
850
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
819
851
|
:param pulumi.Input[_builtins.str] hostname_label: The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
820
852
|
|
821
|
-
Note:
|
853
|
+
Note:
|
854
|
+
|
855
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
856
|
+
|
857
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
822
858
|
|
823
859
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
824
860
|
|
@@ -997,6 +1033,7 @@ class MountTarget(pulumi.CustomResource):
|
|
997
1033
|
__props__.__dict__["subnet_id"] = subnet_id
|
998
1034
|
__props__.__dict__["export_set_id"] = None
|
999
1035
|
__props__.__dict__["lifecycle_details"] = None
|
1036
|
+
__props__.__dict__["mount_target_ipv6ids"] = None
|
1000
1037
|
__props__.__dict__["observed_throughput"] = None
|
1001
1038
|
__props__.__dict__["private_ip_ids"] = None
|
1002
1039
|
__props__.__dict__["reserved_storage_capacity"] = None
|
@@ -1028,6 +1065,7 @@ class MountTarget(pulumi.CustomResource):
|
|
1028
1065
|
ldap_idmap: Optional[pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']]] = None,
|
1029
1066
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
1030
1067
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MountTargetLockArgs', 'MountTargetLockArgsDict']]]]] = None,
|
1068
|
+
mount_target_ipv6ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1031
1069
|
nsg_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1032
1070
|
observed_throughput: Optional[pulumi.Input[_builtins.str]] = None,
|
1033
1071
|
private_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
@@ -1053,7 +1091,11 @@ class MountTarget(pulumi.CustomResource):
|
|
1053
1091
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1054
1092
|
:param pulumi.Input[_builtins.str] hostname_label: The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
1055
1093
|
|
1056
|
-
Note:
|
1094
|
+
Note:
|
1095
|
+
|
1096
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
1097
|
+
|
1098
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
1057
1099
|
|
1058
1100
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
1059
1101
|
|
@@ -1065,6 +1107,7 @@ class MountTarget(pulumi.CustomResource):
|
|
1065
1107
|
:param pulumi.Input[Union['MountTargetLdapIdmapArgs', 'MountTargetLdapIdmapArgsDict']] ldap_idmap: (Updatable) Mount target details about the LDAP ID mapping configuration.
|
1066
1108
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current 'lifecycleState'.
|
1067
1109
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MountTargetLockArgs', 'MountTargetLockArgsDict']]]] locks: Locks associated with this resource.
|
1110
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] mount_target_ipv6ids: The OCIDs of the IPv6 addresses associated with this mount target.
|
1068
1111
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] nsg_ids: (Updatable) A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
|
1069
1112
|
:param pulumi.Input[_builtins.str] observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
|
1070
1113
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
|
@@ -1098,6 +1141,7 @@ class MountTarget(pulumi.CustomResource):
|
|
1098
1141
|
__props__.__dict__["ldap_idmap"] = ldap_idmap
|
1099
1142
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
1100
1143
|
__props__.__dict__["locks"] = locks
|
1144
|
+
__props__.__dict__["mount_target_ipv6ids"] = mount_target_ipv6ids
|
1101
1145
|
__props__.__dict__["nsg_ids"] = nsg_ids
|
1102
1146
|
__props__.__dict__["observed_throughput"] = observed_throughput
|
1103
1147
|
__props__.__dict__["private_ip_ids"] = private_ip_ids
|
@@ -1164,7 +1208,11 @@ class MountTarget(pulumi.CustomResource):
|
|
1164
1208
|
"""
|
1165
1209
|
The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
|
1166
1210
|
|
1167
|
-
Note:
|
1211
|
+
Note:
|
1212
|
+
|
1213
|
+
If the IP address is IPv4, this attribute value is stored in the [PrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/) resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/PrivateIp/UpdatePrivateIp) to update the `hostnameLabel` value.
|
1214
|
+
|
1215
|
+
If the IP address is IPv6, it is stored in the [Ipv6] (https://docs.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6) resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Ipv6/UpdateIpv6) to update the `hostnameLabel` value.
|
1168
1216
|
|
1169
1217
|
For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
|
1170
1218
|
|
@@ -1228,6 +1276,14 @@ class MountTarget(pulumi.CustomResource):
|
|
1228
1276
|
"""
|
1229
1277
|
return pulumi.get(self, "locks")
|
1230
1278
|
|
1279
|
+
@_builtins.property
|
1280
|
+
@pulumi.getter(name="mountTargetIpv6ids")
|
1281
|
+
def mount_target_ipv6ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
1282
|
+
"""
|
1283
|
+
The OCIDs of the IPv6 addresses associated with this mount target.
|
1284
|
+
"""
|
1285
|
+
return pulumi.get(self, "mount_target_ipv6ids")
|
1286
|
+
|
1231
1287
|
@_builtins.property
|
1232
1288
|
@pulumi.getter(name="nsgIds")
|
1233
1289
|
def nsg_ids(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
@@ -109,7 +109,7 @@ class ExportExportOption(dict):
|
|
109
109
|
is_anonymous_access_allowed: Optional[_builtins.bool] = None,
|
110
110
|
require_privileged_source_port: Optional[_builtins.bool] = None):
|
111
111
|
"""
|
112
|
-
:param _builtins.str source: (Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
112
|
+
:param _builtins.str source: (Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
113
113
|
|
114
114
|
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
|
115
115
|
:param _builtins.str access: (Updatable) Type of access to grant clients using the file system through this export. If unspecified defaults to `READ_WRITE`.
|
@@ -140,7 +140,7 @@ class ExportExportOption(dict):
|
|
140
140
|
@pulumi.getter
|
141
141
|
def source(self) -> _builtins.str:
|
142
142
|
"""
|
143
|
-
(Updatable) Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
143
|
+
(Updatable) Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
144
144
|
|
145
145
|
**Note:** Access will also be limited by any applicable VCN security rules and the ability to route IP packets to the mount target. Mount targets do not have Internet-routable IP addresses.
|
146
146
|
"""
|
@@ -1432,7 +1432,7 @@ class GetExportsExportExportOptionResult(dict):
|
|
1432
1432
|
:param _builtins.str identity_squash: Used when clients accessing the file system through this export have their UID and GID remapped to 'anonymousUid' and 'anonymousGid'. If `ALL`, all users and groups are remapped; if `ROOT`, only the root user and group (UID/GID 0) are remapped; if `NONE`, no remapping is done. If unspecified, defaults to `ROOT`.
|
1433
1433
|
:param _builtins.bool is_anonymous_access_allowed: Whether or not to enable anonymous access to the file system through this export in cases where a user isn't found in the LDAP server used for ID mapping. If true, and the user is not found in the LDAP directory, the operation uses the Squash UID and Squash GID.
|
1434
1434
|
:param _builtins.bool require_privileged_source_port: If `true`, clients accessing the file system through this export must connect from a privileged source port. If unspecified, defaults to `true`.
|
1435
|
-
:param _builtins.str source: Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
1435
|
+
:param _builtins.str source: Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
1436
1436
|
"""
|
1437
1437
|
pulumi.set(__self__, "access", access)
|
1438
1438
|
pulumi.set(__self__, "allowed_auths", allowed_auths)
|
@@ -1503,7 +1503,7 @@ class GetExportsExportExportOptionResult(dict):
|
|
1503
1503
|
@pulumi.getter
|
1504
1504
|
def source(self) -> _builtins.str:
|
1505
1505
|
"""
|
1506
|
-
Clients these options should apply to. Must be a either single IPv4 address or single IPv4 CIDR block.
|
1506
|
+
Clients these options should apply to. Must be a either single IPv4/IPv6 address or single IPv4/IPv6 CIDR block.
|
1507
1507
|
"""
|
1508
1508
|
return pulumi.get(self, "source")
|
1509
1509
|
|
@@ -2672,6 +2672,7 @@ class GetMountTargetsMountTargetResult(dict):
|
|
2672
2672
|
ldap_idmaps: Sequence['outputs.GetMountTargetsMountTargetLdapIdmapResult'],
|
2673
2673
|
lifecycle_details: _builtins.str,
|
2674
2674
|
locks: Sequence['outputs.GetMountTargetsMountTargetLockResult'],
|
2675
|
+
mount_target_ipv6ids: Sequence[_builtins.str],
|
2675
2676
|
nsg_ids: Sequence[_builtins.str],
|
2676
2677
|
observed_throughput: _builtins.str,
|
2677
2678
|
private_ip_ids: Sequence[_builtins.str],
|
@@ -2695,6 +2696,7 @@ class GetMountTargetsMountTargetResult(dict):
|
|
2695
2696
|
:param Sequence['GetMountTargetsMountTargetLdapIdmapArgs'] ldap_idmaps: Mount target details about the LDAP ID mapping configuration.
|
2696
2697
|
:param _builtins.str lifecycle_details: Additional information about the current 'lifecycleState'.
|
2697
2698
|
:param Sequence['GetMountTargetsMountTargetLockArgs'] locks: Locks associated with this resource.
|
2699
|
+
:param Sequence[_builtins.str] mount_target_ipv6ids: The OCIDs of the IPv6 addresses associated with this mount target.
|
2698
2700
|
:param Sequence[_builtins.str] nsg_ids: A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
|
2699
2701
|
:param _builtins.str observed_throughput: Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at [Mount Target Performance](https://docs.oracle.com/iaas/Content/File/Tasks/managingmounttargets.htm#performance).
|
2700
2702
|
:param Sequence[_builtins.str] private_ip_ids: The OCIDs of the private IP addresses associated with this mount target.
|
@@ -2721,6 +2723,7 @@ class GetMountTargetsMountTargetResult(dict):
|
|
2721
2723
|
pulumi.set(__self__, "ldap_idmaps", ldap_idmaps)
|
2722
2724
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
2723
2725
|
pulumi.set(__self__, "locks", locks)
|
2726
|
+
pulumi.set(__self__, "mount_target_ipv6ids", mount_target_ipv6ids)
|
2724
2727
|
pulumi.set(__self__, "nsg_ids", nsg_ids)
|
2725
2728
|
pulumi.set(__self__, "observed_throughput", observed_throughput)
|
2726
2729
|
pulumi.set(__self__, "private_ip_ids", private_ip_ids)
|
@@ -2843,6 +2846,14 @@ class GetMountTargetsMountTargetResult(dict):
|
|
2843
2846
|
"""
|
2844
2847
|
return pulumi.get(self, "locks")
|
2845
2848
|
|
2849
|
+
@_builtins.property
|
2850
|
+
@pulumi.getter(name="mountTargetIpv6ids")
|
2851
|
+
def mount_target_ipv6ids(self) -> Sequence[_builtins.str]:
|
2852
|
+
"""
|
2853
|
+
The OCIDs of the IPv6 addresses associated with this mount target.
|
2854
|
+
"""
|
2855
|
+
return pulumi.get(self, "mount_target_ipv6ids")
|
2856
|
+
|
2846
2857
|
@_builtins.property
|
2847
2858
|
@pulumi.getter(name="nsgIds")
|
2848
2859
|
def nsg_ids(self) -> Sequence[_builtins.str]:
|