pulumi-oci 2.14.0a1730182164__py3-none-any.whl → 2.15.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/containerengine/addon.py +54 -7
- pulumi_oci/containerengine/get_addon.py +12 -1
- pulumi_oci/containerengine/outputs.py +9 -1
- pulumi_oci/core/_inputs.py +74 -0
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +18 -4
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +165 -7
- pulumi_oci/core/virtual_circuit.py +30 -2
- pulumi_oci/database/_inputs.py +642 -0
- pulumi_oci/database/autonomous_container_database.py +14 -14
- pulumi_oci/database/autonomous_database.py +75 -0
- pulumi_oci/database/get_autonomous_container_database.py +3 -3
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +22 -28
- pulumi_oci/database/outputs.py +1669 -86
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +49 -0
- pulumi_oci/datasafe/get_database_security_config.py +307 -0
- pulumi_oci/datasafe/get_database_security_configs.py +342 -0
- pulumi_oci/datasafe/outputs.py +325 -0
- pulumi_oci/datascience/_inputs.py +353 -0
- pulumi_oci/datascience/get_model.py +113 -4
- pulumi_oci/datascience/get_models.py +30 -5
- pulumi_oci/datascience/model.py +346 -5
- pulumi_oci/datascience/outputs.py +778 -1
- pulumi_oci/filestorage/_inputs.py +651 -0
- pulumi_oci/filestorage/export.py +96 -3
- pulumi_oci/filestorage/file_system.py +93 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +93 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +26 -1
- pulumi_oci/filestorage/get_outbound_connector.py +26 -1
- pulumi_oci/filestorage/get_replication.py +27 -1
- pulumi_oci/filestorage/get_snapshot.py +27 -1
- pulumi_oci/filestorage/mount_target.py +108 -0
- pulumi_oci/filestorage/outbound_connector.py +93 -0
- pulumi_oci/filestorage/outputs.py +1218 -2
- pulumi_oci/filestorage/replication.py +95 -0
- pulumi_oci/filestorage/snapshot.py +97 -2
- pulumi_oci/identity/domains_auth_token.py +68 -0
- pulumi_oci/identity/domains_customer_secret_key.py +56 -0
- pulumi_oci/identity/domains_oauth2client_credential.py +64 -0
- pulumi_oci/identity/domains_smtp_credential.py +60 -0
- pulumi_oci/identity/get_domains_auth_token.py +15 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +15 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +15 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +15 -1
- pulumi_oci/identity/outputs.py +44 -0
- pulumi_oci/loadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +15 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +15 -1
- pulumi_oci/networkloadbalancer/listener.py +49 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +47 -0
- pulumi_oci/networkloadbalancer/outputs.py +24 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/_inputs.py +24 -21
- pulumi_oci/resourcescheduler/get_schedules.py +6 -6
- pulumi_oci/resourcescheduler/outputs.py +18 -16
- pulumi_oci/resourcescheduler/schedule.py +14 -88
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/RECORD +65 -63
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/top_level.txt +0 -0
pulumi_oci/identity/outputs.py
CHANGED
@@ -84336,6 +84336,7 @@ class GetDomainsAuthTokensAuthTokenResult(dict):
|
|
84336
84336
|
status: str,
|
84337
84337
|
tags: Sequence['outputs.GetDomainsAuthTokensAuthTokenTagResult'],
|
84338
84338
|
tenancy_ocid: str,
|
84339
|
+
token: str,
|
84339
84340
|
urnietfparamsscimschemasoracleidcsextensionself_change_users: Sequence['outputs.GetDomainsAuthTokensAuthTokenUrnietfparamsscimschemasoracleidcsextensionselfChangeUserResult'],
|
84340
84341
|
users: Sequence['outputs.GetDomainsAuthTokensAuthTokenUserResult']):
|
84341
84342
|
"""
|
@@ -84360,6 +84361,7 @@ class GetDomainsAuthTokensAuthTokenResult(dict):
|
|
84360
84361
|
:param str status: The user's credential status.
|
84361
84362
|
:param Sequence['GetDomainsAuthTokensAuthTokenTagArgs'] tags: A list of tags on this resource.
|
84362
84363
|
:param str tenancy_ocid: Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
84364
|
+
:param str token: token
|
84363
84365
|
:param Sequence['GetDomainsAuthTokensAuthTokenUrnietfparamsscimschemasoracleidcsextensionselfChangeUserArgs'] urnietfparamsscimschemasoracleidcsextensionself_change_users: Controls whether a user can update themselves or not via User related APIs
|
84364
84366
|
:param Sequence['GetDomainsAuthTokensAuthTokenUserArgs'] users: The user linked to the Auth token.
|
84365
84367
|
"""
|
@@ -84384,6 +84386,7 @@ class GetDomainsAuthTokensAuthTokenResult(dict):
|
|
84384
84386
|
pulumi.set(__self__, "status", status)
|
84385
84387
|
pulumi.set(__self__, "tags", tags)
|
84386
84388
|
pulumi.set(__self__, "tenancy_ocid", tenancy_ocid)
|
84389
|
+
pulumi.set(__self__, "token", token)
|
84387
84390
|
pulumi.set(__self__, "urnietfparamsscimschemasoracleidcsextensionself_change_users", urnietfparamsscimschemasoracleidcsextensionself_change_users)
|
84388
84391
|
pulumi.set(__self__, "users", users)
|
84389
84392
|
|
@@ -84555,6 +84558,14 @@ class GetDomainsAuthTokensAuthTokenResult(dict):
|
|
84555
84558
|
"""
|
84556
84559
|
return pulumi.get(self, "tenancy_ocid")
|
84557
84560
|
|
84561
|
+
@property
|
84562
|
+
@pulumi.getter
|
84563
|
+
def token(self) -> str:
|
84564
|
+
"""
|
84565
|
+
token
|
84566
|
+
"""
|
84567
|
+
return pulumi.get(self, "token")
|
84568
|
+
|
84558
84569
|
@property
|
84559
84570
|
@pulumi.getter(name="urnietfparamsscimschemasoracleidcsextensionselfChangeUsers")
|
84560
84571
|
def urnietfparamsscimschemasoracleidcsextensionself_change_users(self) -> Sequence['outputs.GetDomainsAuthTokensAuthTokenUrnietfparamsscimschemasoracleidcsextensionselfChangeUserResult']:
|
@@ -92856,6 +92867,7 @@ class GetDomainsCustomerSecretKeysCustomerSecretKeyResult(dict):
|
|
92856
92867
|
ocid: str,
|
92857
92868
|
resource_type_schema_version: str,
|
92858
92869
|
schemas: Sequence[str],
|
92870
|
+
secret_key: str,
|
92859
92871
|
status: str,
|
92860
92872
|
tags: Sequence['outputs.GetDomainsCustomerSecretKeysCustomerSecretKeyTagResult'],
|
92861
92873
|
tenancy_ocid: str,
|
@@ -92882,6 +92894,7 @@ class GetDomainsCustomerSecretKeysCustomerSecretKeyResult(dict):
|
|
92882
92894
|
:param str ocid: The user's OCID.
|
92883
92895
|
:param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
92884
92896
|
:param Sequence[str] schemas: REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\"enterprise\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
92897
|
+
:param str secret_key: The secret key.
|
92885
92898
|
:param str status: The user's credential status.
|
92886
92899
|
:param Sequence['GetDomainsCustomerSecretKeysCustomerSecretKeyTagArgs'] tags: A list of tags on this resource.
|
92887
92900
|
:param str tenancy_ocid: Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
@@ -92908,6 +92921,7 @@ class GetDomainsCustomerSecretKeysCustomerSecretKeyResult(dict):
|
|
92908
92921
|
pulumi.set(__self__, "ocid", ocid)
|
92909
92922
|
pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
|
92910
92923
|
pulumi.set(__self__, "schemas", schemas)
|
92924
|
+
pulumi.set(__self__, "secret_key", secret_key)
|
92911
92925
|
pulumi.set(__self__, "status", status)
|
92912
92926
|
pulumi.set(__self__, "tags", tags)
|
92913
92927
|
pulumi.set(__self__, "tenancy_ocid", tenancy_ocid)
|
@@ -93074,6 +93088,14 @@ class GetDomainsCustomerSecretKeysCustomerSecretKeyResult(dict):
|
|
93074
93088
|
"""
|
93075
93089
|
return pulumi.get(self, "schemas")
|
93076
93090
|
|
93091
|
+
@property
|
93092
|
+
@pulumi.getter(name="secretKey")
|
93093
|
+
def secret_key(self) -> str:
|
93094
|
+
"""
|
93095
|
+
The secret key.
|
93096
|
+
"""
|
93097
|
+
return pulumi.get(self, "secret_key")
|
93098
|
+
|
93077
93099
|
@property
|
93078
93100
|
@pulumi.getter
|
93079
93101
|
def status(self) -> str:
|
@@ -118100,6 +118122,7 @@ class GetDomainsOauth2clientCredentialsOauth2clientCredentialResult(dict):
|
|
118100
118122
|
resource_type_schema_version: str,
|
118101
118123
|
schemas: Sequence[str],
|
118102
118124
|
scopes: Sequence['outputs.GetDomainsOauth2clientCredentialsOauth2clientCredentialScopeResult'],
|
118125
|
+
secret: str,
|
118103
118126
|
status: str,
|
118104
118127
|
tags: Sequence['outputs.GetDomainsOauth2clientCredentialsOauth2clientCredentialTagResult'],
|
118105
118128
|
tenancy_ocid: str,
|
@@ -118127,6 +118150,7 @@ class GetDomainsOauth2clientCredentialsOauth2clientCredentialResult(dict):
|
|
118127
118150
|
:param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
118128
118151
|
:param Sequence[str] schemas: REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\"enterprise\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
118129
118152
|
:param Sequence['GetDomainsOauth2clientCredentialsOauth2clientCredentialScopeArgs'] scopes: Scopes
|
118153
|
+
:param str secret: Secret
|
118130
118154
|
:param str status: The user's credential status.
|
118131
118155
|
:param Sequence['GetDomainsOauth2clientCredentialsOauth2clientCredentialTagArgs'] tags: A list of tags on this resource.
|
118132
118156
|
:param str tenancy_ocid: Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
@@ -118154,6 +118178,7 @@ class GetDomainsOauth2clientCredentialsOauth2clientCredentialResult(dict):
|
|
118154
118178
|
pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
|
118155
118179
|
pulumi.set(__self__, "schemas", schemas)
|
118156
118180
|
pulumi.set(__self__, "scopes", scopes)
|
118181
|
+
pulumi.set(__self__, "secret", secret)
|
118157
118182
|
pulumi.set(__self__, "status", status)
|
118158
118183
|
pulumi.set(__self__, "tags", tags)
|
118159
118184
|
pulumi.set(__self__, "tenancy_ocid", tenancy_ocid)
|
@@ -118328,6 +118353,14 @@ class GetDomainsOauth2clientCredentialsOauth2clientCredentialResult(dict):
|
|
118328
118353
|
"""
|
118329
118354
|
return pulumi.get(self, "scopes")
|
118330
118355
|
|
118356
|
+
@property
|
118357
|
+
@pulumi.getter
|
118358
|
+
def secret(self) -> str:
|
118359
|
+
"""
|
118360
|
+
Secret
|
118361
|
+
"""
|
118362
|
+
return pulumi.get(self, "secret")
|
118363
|
+
|
118331
118364
|
@property
|
118332
118365
|
@pulumi.getter
|
118333
118366
|
def status(self) -> str:
|
@@ -129760,6 +129793,7 @@ class GetDomainsSmtpCredentialsSmtpCredentialResult(dict):
|
|
129760
129793
|
idcs_prevented_operations: Sequence[str],
|
129761
129794
|
metas: Sequence['outputs.GetDomainsSmtpCredentialsSmtpCredentialMetaResult'],
|
129762
129795
|
ocid: str,
|
129796
|
+
password: str,
|
129763
129797
|
resource_type_schema_version: str,
|
129764
129798
|
schemas: Sequence[str],
|
129765
129799
|
status: str,
|
@@ -129785,6 +129819,7 @@ class GetDomainsSmtpCredentialsSmtpCredentialResult(dict):
|
|
129785
129819
|
:param Sequence[str] idcs_prevented_operations: Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
129786
129820
|
:param Sequence['GetDomainsSmtpCredentialsSmtpCredentialMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
129787
129821
|
:param str ocid: User's ocid
|
129822
|
+
:param str password: Password
|
129788
129823
|
:param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
129789
129824
|
:param Sequence[str] schemas: REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\"enterprise\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
129790
129825
|
:param str status: User credential status
|
@@ -129810,6 +129845,7 @@ class GetDomainsSmtpCredentialsSmtpCredentialResult(dict):
|
|
129810
129845
|
pulumi.set(__self__, "idcs_prevented_operations", idcs_prevented_operations)
|
129811
129846
|
pulumi.set(__self__, "metas", metas)
|
129812
129847
|
pulumi.set(__self__, "ocid", ocid)
|
129848
|
+
pulumi.set(__self__, "password", password)
|
129813
129849
|
pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
|
129814
129850
|
pulumi.set(__self__, "schemas", schemas)
|
129815
129851
|
pulumi.set(__self__, "status", status)
|
@@ -129947,6 +129983,14 @@ class GetDomainsSmtpCredentialsSmtpCredentialResult(dict):
|
|
129947
129983
|
"""
|
129948
129984
|
return pulumi.get(self, "ocid")
|
129949
129985
|
|
129986
|
+
@property
|
129987
|
+
@pulumi.getter
|
129988
|
+
def password(self) -> str:
|
129989
|
+
"""
|
129990
|
+
Password
|
129991
|
+
"""
|
129992
|
+
return pulumi.get(self, "password")
|
129993
|
+
|
129950
129994
|
@property
|
129951
129995
|
@pulumi.getter(name="resourceTypeSchemaVersion")
|
129952
129996
|
def resource_type_schema_version(self) -> str:
|
@@ -37,7 +37,7 @@ class ListenerArgs:
|
|
37
37
|
:param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
|
38
38
|
:param pulumi.Input[str] load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the load balancer on which to add a listener.
|
39
39
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
40
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests.
|
40
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
41
41
|
:param pulumi.Input['ListenerConnectionConfigurationArgs'] connection_configuration: (Updatable) Configuration details for the connection between the client and backend servers.
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] hostname_names: (Updatable) An array of hostname resource names.
|
43
43
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_listener`
|
@@ -111,7 +111,7 @@ class ListenerArgs:
|
|
111
111
|
@pulumi.getter
|
112
112
|
def protocol(self) -> pulumi.Input[str]:
|
113
113
|
"""
|
114
|
-
(Updatable) The protocol on which the listener accepts connection requests.
|
114
|
+
(Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
115
115
|
"""
|
116
116
|
return pulumi.get(self, "protocol")
|
117
117
|
|
@@ -238,7 +238,7 @@ class _ListenerState:
|
|
238
238
|
|
239
239
|
Example: `example_path_route_set`
|
240
240
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
241
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests.
|
241
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
242
242
|
:param pulumi.Input[str] routing_policy_name: (Updatable) The name of the routing policy applied to this listener's traffic. Example: `example_routing_policy`
|
243
243
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rule_set_names: (Updatable) The names of the [rule sets](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/RuleSet/) to apply to the listener. Example: ["example_rule_set"]
|
244
244
|
:param pulumi.Input['ListenerSslConfigurationArgs'] ssl_configuration: (Updatable) The load balancer's SSL handling configuration details.
|
@@ -362,7 +362,7 @@ class _ListenerState:
|
|
362
362
|
@pulumi.getter
|
363
363
|
def protocol(self) -> Optional[pulumi.Input[str]]:
|
364
364
|
"""
|
365
|
-
(Updatable) The protocol on which the listener accepts connection requests.
|
365
|
+
(Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
366
366
|
"""
|
367
367
|
return pulumi.get(self, "protocol")
|
368
368
|
|
@@ -495,7 +495,7 @@ class Listener(pulumi.CustomResource):
|
|
495
495
|
|
496
496
|
Example: `example_path_route_set`
|
497
497
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
498
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests.
|
498
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
499
499
|
:param pulumi.Input[str] routing_policy_name: (Updatable) The name of the routing policy applied to this listener's traffic. Example: `example_routing_policy`
|
500
500
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rule_set_names: (Updatable) The names of the [rule sets](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/RuleSet/) to apply to the listener. Example: ["example_rule_set"]
|
501
501
|
:param pulumi.Input[Union['ListenerSslConfigurationArgs', 'ListenerSslConfigurationArgsDict']] ssl_configuration: (Updatable) The load balancer's SSL handling configuration details.
|
@@ -650,7 +650,7 @@ class Listener(pulumi.CustomResource):
|
|
650
650
|
|
651
651
|
Example: `example_path_route_set`
|
652
652
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
653
|
-
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests.
|
653
|
+
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
654
654
|
:param pulumi.Input[str] routing_policy_name: (Updatable) The name of the routing policy applied to this listener's traffic. Example: `example_routing_policy`
|
655
655
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rule_set_names: (Updatable) The names of the [rule sets](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/RuleSet/) to apply to the listener. Example: ["example_rule_set"]
|
656
656
|
:param pulumi.Input[Union['ListenerSslConfigurationArgs', 'ListenerSslConfigurationArgsDict']] ssl_configuration: (Updatable) The load balancer's SSL handling configuration details.
|
@@ -739,7 +739,7 @@ class Listener(pulumi.CustomResource):
|
|
739
739
|
@pulumi.getter
|
740
740
|
def protocol(self) -> pulumi.Output[str]:
|
741
741
|
"""
|
742
|
-
(Updatable) The protocol on which the listener accepts connection requests.
|
742
|
+
(Updatable) The protocol on which the listener accepts connection requests. The supported protocols are HTTP, HTTP2, TCP, and GRPC. You can also use the [ListProtocols](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancerProtocol/ListProtocols) operation to get a list of valid protocols. Example: `HTTP`
|
743
743
|
"""
|
744
744
|
return pulumi.get(self, "protocol")
|
745
745
|
|
@@ -26,7 +26,7 @@ class GetListenerResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getListener.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, default_backend_set_name=None, id=None, ip_version=None, is_ppv2enabled=None, listener_name=None, name=None, network_load_balancer_id=None, port=None, protocol=None, tcp_idle_timeout=None, udp_idle_timeout=None):
|
29
|
+
def __init__(__self__, default_backend_set_name=None, id=None, ip_version=None, is_ppv2enabled=None, l3ip_idle_timeout=None, listener_name=None, name=None, network_load_balancer_id=None, port=None, protocol=None, tcp_idle_timeout=None, udp_idle_timeout=None):
|
30
30
|
if default_backend_set_name and not isinstance(default_backend_set_name, str):
|
31
31
|
raise TypeError("Expected argument 'default_backend_set_name' to be a str")
|
32
32
|
pulumi.set(__self__, "default_backend_set_name", default_backend_set_name)
|
@@ -39,6 +39,9 @@ class GetListenerResult:
|
|
39
39
|
if is_ppv2enabled and not isinstance(is_ppv2enabled, bool):
|
40
40
|
raise TypeError("Expected argument 'is_ppv2enabled' to be a bool")
|
41
41
|
pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
|
42
|
+
if l3ip_idle_timeout and not isinstance(l3ip_idle_timeout, int):
|
43
|
+
raise TypeError("Expected argument 'l3ip_idle_timeout' to be a int")
|
44
|
+
pulumi.set(__self__, "l3ip_idle_timeout", l3ip_idle_timeout)
|
42
45
|
if listener_name and not isinstance(listener_name, str):
|
43
46
|
raise TypeError("Expected argument 'listener_name' to be a str")
|
44
47
|
pulumi.set(__self__, "listener_name", listener_name)
|
@@ -90,6 +93,14 @@ class GetListenerResult:
|
|
90
93
|
"""
|
91
94
|
return pulumi.get(self, "is_ppv2enabled")
|
92
95
|
|
96
|
+
@property
|
97
|
+
@pulumi.getter(name="l3ipIdleTimeout")
|
98
|
+
def l3ip_idle_timeout(self) -> int:
|
99
|
+
"""
|
100
|
+
The duration for L3IP idle timeout in seconds. Example: `200`
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "l3ip_idle_timeout")
|
103
|
+
|
93
104
|
@property
|
94
105
|
@pulumi.getter(name="listenerName")
|
95
106
|
def listener_name(self) -> str:
|
@@ -151,6 +162,7 @@ class AwaitableGetListenerResult(GetListenerResult):
|
|
151
162
|
id=self.id,
|
152
163
|
ip_version=self.ip_version,
|
153
164
|
is_ppv2enabled=self.is_ppv2enabled,
|
165
|
+
l3ip_idle_timeout=self.l3ip_idle_timeout,
|
154
166
|
listener_name=self.listener_name,
|
155
167
|
name=self.name,
|
156
168
|
network_load_balancer_id=self.network_load_balancer_id,
|
@@ -193,6 +205,7 @@ def get_listener(listener_name: Optional[str] = None,
|
|
193
205
|
id=pulumi.get(__ret__, 'id'),
|
194
206
|
ip_version=pulumi.get(__ret__, 'ip_version'),
|
195
207
|
is_ppv2enabled=pulumi.get(__ret__, 'is_ppv2enabled'),
|
208
|
+
l3ip_idle_timeout=pulumi.get(__ret__, 'l3ip_idle_timeout'),
|
196
209
|
listener_name=pulumi.get(__ret__, 'listener_name'),
|
197
210
|
name=pulumi.get(__ret__, 'name'),
|
198
211
|
network_load_balancer_id=pulumi.get(__ret__, 'network_load_balancer_id'),
|
@@ -232,6 +245,7 @@ def get_listener_output(listener_name: Optional[pulumi.Input[str]] = None,
|
|
232
245
|
id=pulumi.get(__response__, 'id'),
|
233
246
|
ip_version=pulumi.get(__response__, 'ip_version'),
|
234
247
|
is_ppv2enabled=pulumi.get(__response__, 'is_ppv2enabled'),
|
248
|
+
l3ip_idle_timeout=pulumi.get(__response__, 'l3ip_idle_timeout'),
|
235
249
|
listener_name=pulumi.get(__response__, 'listener_name'),
|
236
250
|
name=pulumi.get(__response__, 'name'),
|
237
251
|
network_load_balancer_id=pulumi.get(__response__, 'network_load_balancer_id'),
|
@@ -27,7 +27,7 @@ class GetNetworkLoadBalancerResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getNetworkLoadBalancer.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, assigned_ipv6=None, assigned_private_ipv4=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, ip_addresses=None, is_preserve_source_destination=None, is_private=None, is_symmetric_hash_enabled=None, lifecycle_details=None, network_load_balancer_id=None, network_security_group_ids=None, nlb_ip_version=None, reserved_ips=None, state=None, subnet_id=None, subnet_ipv6cidr=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
def __init__(__self__, assigned_ipv6=None, assigned_private_ipv4=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, ip_addresses=None, is_preserve_source_destination=None, is_private=None, is_symmetric_hash_enabled=None, lifecycle_details=None, network_load_balancer_id=None, network_security_group_ids=None, nlb_ip_version=None, reserved_ips=None, security_attributes=None, state=None, subnet_id=None, subnet_ipv6cidr=None, system_tags=None, time_created=None, time_updated=None):
|
31
31
|
if assigned_ipv6 and not isinstance(assigned_ipv6, str):
|
32
32
|
raise TypeError("Expected argument 'assigned_ipv6' to be a str")
|
33
33
|
pulumi.set(__self__, "assigned_ipv6", assigned_ipv6)
|
@@ -76,6 +76,9 @@ class GetNetworkLoadBalancerResult:
|
|
76
76
|
if reserved_ips and not isinstance(reserved_ips, list):
|
77
77
|
raise TypeError("Expected argument 'reserved_ips' to be a list")
|
78
78
|
pulumi.set(__self__, "reserved_ips", reserved_ips)
|
79
|
+
if security_attributes and not isinstance(security_attributes, dict):
|
80
|
+
raise TypeError("Expected argument 'security_attributes' to be a dict")
|
81
|
+
pulumi.set(__self__, "security_attributes", security_attributes)
|
79
82
|
if state and not isinstance(state, str):
|
80
83
|
raise TypeError("Expected argument 'state' to be a str")
|
81
84
|
pulumi.set(__self__, "state", state)
|
@@ -211,6 +214,14 @@ class GetNetworkLoadBalancerResult:
|
|
211
214
|
def reserved_ips(self) -> Sequence['outputs.GetNetworkLoadBalancerReservedIpResult']:
|
212
215
|
return pulumi.get(self, "reserved_ips")
|
213
216
|
|
217
|
+
@property
|
218
|
+
@pulumi.getter(name="securityAttributes")
|
219
|
+
def security_attributes(self) -> Mapping[str, str]:
|
220
|
+
"""
|
221
|
+
ZPR 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: `{ "oracle-zpr": { "td": { "value": "42", "mode": "audit" } } }`
|
222
|
+
"""
|
223
|
+
return pulumi.get(self, "security_attributes")
|
224
|
+
|
214
225
|
@property
|
215
226
|
@pulumi.getter
|
216
227
|
def state(self) -> str:
|
@@ -279,6 +290,7 @@ class AwaitableGetNetworkLoadBalancerResult(GetNetworkLoadBalancerResult):
|
|
279
290
|
network_security_group_ids=self.network_security_group_ids,
|
280
291
|
nlb_ip_version=self.nlb_ip_version,
|
281
292
|
reserved_ips=self.reserved_ips,
|
293
|
+
security_attributes=self.security_attributes,
|
282
294
|
state=self.state,
|
283
295
|
subnet_id=self.subnet_id,
|
284
296
|
subnet_ipv6cidr=self.subnet_ipv6cidr,
|
@@ -328,6 +340,7 @@ def get_network_load_balancer(network_load_balancer_id: Optional[str] = None,
|
|
328
340
|
network_security_group_ids=pulumi.get(__ret__, 'network_security_group_ids'),
|
329
341
|
nlb_ip_version=pulumi.get(__ret__, 'nlb_ip_version'),
|
330
342
|
reserved_ips=pulumi.get(__ret__, 'reserved_ips'),
|
343
|
+
security_attributes=pulumi.get(__ret__, 'security_attributes'),
|
331
344
|
state=pulumi.get(__ret__, 'state'),
|
332
345
|
subnet_id=pulumi.get(__ret__, 'subnet_id'),
|
333
346
|
subnet_ipv6cidr=pulumi.get(__ret__, 'subnet_ipv6cidr'),
|
@@ -374,6 +387,7 @@ def get_network_load_balancer_output(network_load_balancer_id: Optional[pulumi.I
|
|
374
387
|
network_security_group_ids=pulumi.get(__response__, 'network_security_group_ids'),
|
375
388
|
nlb_ip_version=pulumi.get(__response__, 'nlb_ip_version'),
|
376
389
|
reserved_ips=pulumi.get(__response__, 'reserved_ips'),
|
390
|
+
security_attributes=pulumi.get(__response__, 'security_attributes'),
|
377
391
|
state=pulumi.get(__response__, 'state'),
|
378
392
|
subnet_id=pulumi.get(__response__, 'subnet_id'),
|
379
393
|
subnet_ipv6cidr=pulumi.get(__response__, 'subnet_ipv6cidr'),
|
@@ -25,6 +25,7 @@ class ListenerArgs:
|
|
25
25
|
protocol: pulumi.Input[str],
|
26
26
|
ip_version: Optional[pulumi.Input[str]] = None,
|
27
27
|
is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
|
28
|
+
l3ip_idle_timeout: Optional[pulumi.Input[int]] = None,
|
28
29
|
name: Optional[pulumi.Input[str]] = None,
|
29
30
|
tcp_idle_timeout: Optional[pulumi.Input[int]] = None,
|
30
31
|
udp_idle_timeout: Optional[pulumi.Input[int]] = None):
|
@@ -36,6 +37,7 @@ class ListenerArgs:
|
|
36
37
|
:param pulumi.Input[str] protocol: (Updatable) The protocol on which the listener accepts connection requests. For public network load balancers, ANY protocol refers to TCP/UDP with the wildcard port. For private network load balancers, ANY protocol refers to TCP/UDP/ICMP (note that ICMP requires isPreserveSourceDestination to be set to true). "ListNetworkLoadBalancersProtocols" API is deprecated and it will not return the updated values. Use the allowed values for the protocol instead. Example: `TCP`
|
37
38
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
|
38
39
|
:param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
|
40
|
+
:param pulumi.Input[int] l3ip_idle_timeout: (Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
39
41
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
40
42
|
:param pulumi.Input[int] tcp_idle_timeout: (Updatable) The duration for TCP idle timeout in seconds. Example: `300`
|
41
43
|
:param pulumi.Input[int] udp_idle_timeout: (Updatable) The duration for UDP idle timeout in seconds. Example: `120`
|
@@ -52,6 +54,8 @@ class ListenerArgs:
|
|
52
54
|
pulumi.set(__self__, "ip_version", ip_version)
|
53
55
|
if is_ppv2enabled is not None:
|
54
56
|
pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
|
57
|
+
if l3ip_idle_timeout is not None:
|
58
|
+
pulumi.set(__self__, "l3ip_idle_timeout", l3ip_idle_timeout)
|
55
59
|
if name is not None:
|
56
60
|
pulumi.set(__self__, "name", name)
|
57
61
|
if tcp_idle_timeout is not None:
|
@@ -131,6 +135,18 @@ class ListenerArgs:
|
|
131
135
|
def is_ppv2enabled(self, value: Optional[pulumi.Input[bool]]):
|
132
136
|
pulumi.set(self, "is_ppv2enabled", value)
|
133
137
|
|
138
|
+
@property
|
139
|
+
@pulumi.getter(name="l3ipIdleTimeout")
|
140
|
+
def l3ip_idle_timeout(self) -> Optional[pulumi.Input[int]]:
|
141
|
+
"""
|
142
|
+
(Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
143
|
+
"""
|
144
|
+
return pulumi.get(self, "l3ip_idle_timeout")
|
145
|
+
|
146
|
+
@l3ip_idle_timeout.setter
|
147
|
+
def l3ip_idle_timeout(self, value: Optional[pulumi.Input[int]]):
|
148
|
+
pulumi.set(self, "l3ip_idle_timeout", value)
|
149
|
+
|
134
150
|
@property
|
135
151
|
@pulumi.getter
|
136
152
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -178,6 +194,7 @@ class _ListenerState:
|
|
178
194
|
default_backend_set_name: Optional[pulumi.Input[str]] = None,
|
179
195
|
ip_version: Optional[pulumi.Input[str]] = None,
|
180
196
|
is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
|
197
|
+
l3ip_idle_timeout: Optional[pulumi.Input[int]] = None,
|
181
198
|
name: Optional[pulumi.Input[str]] = None,
|
182
199
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
183
200
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -189,6 +206,7 @@ class _ListenerState:
|
|
189
206
|
:param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
|
190
207
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
|
191
208
|
:param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
|
209
|
+
:param pulumi.Input[int] l3ip_idle_timeout: (Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
192
210
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
193
211
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
194
212
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
@@ -206,6 +224,8 @@ class _ListenerState:
|
|
206
224
|
pulumi.set(__self__, "ip_version", ip_version)
|
207
225
|
if is_ppv2enabled is not None:
|
208
226
|
pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
|
227
|
+
if l3ip_idle_timeout is not None:
|
228
|
+
pulumi.set(__self__, "l3ip_idle_timeout", l3ip_idle_timeout)
|
209
229
|
if name is not None:
|
210
230
|
pulumi.set(__self__, "name", name)
|
211
231
|
if network_load_balancer_id is not None:
|
@@ -255,6 +275,18 @@ class _ListenerState:
|
|
255
275
|
def is_ppv2enabled(self, value: Optional[pulumi.Input[bool]]):
|
256
276
|
pulumi.set(self, "is_ppv2enabled", value)
|
257
277
|
|
278
|
+
@property
|
279
|
+
@pulumi.getter(name="l3ipIdleTimeout")
|
280
|
+
def l3ip_idle_timeout(self) -> Optional[pulumi.Input[int]]:
|
281
|
+
"""
|
282
|
+
(Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
283
|
+
"""
|
284
|
+
return pulumi.get(self, "l3ip_idle_timeout")
|
285
|
+
|
286
|
+
@l3ip_idle_timeout.setter
|
287
|
+
def l3ip_idle_timeout(self, value: Optional[pulumi.Input[int]]):
|
288
|
+
pulumi.set(self, "l3ip_idle_timeout", value)
|
289
|
+
|
258
290
|
@property
|
259
291
|
@pulumi.getter
|
260
292
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -340,6 +372,7 @@ class Listener(pulumi.CustomResource):
|
|
340
372
|
default_backend_set_name: Optional[pulumi.Input[str]] = None,
|
341
373
|
ip_version: Optional[pulumi.Input[str]] = None,
|
342
374
|
is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
|
375
|
+
l3ip_idle_timeout: Optional[pulumi.Input[int]] = None,
|
343
376
|
name: Optional[pulumi.Input[str]] = None,
|
344
377
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
345
378
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -366,6 +399,7 @@ class Listener(pulumi.CustomResource):
|
|
366
399
|
protocol=listener_protocol,
|
367
400
|
ip_version=listener_ip_version,
|
368
401
|
is_ppv2enabled=listener_is_ppv2enabled,
|
402
|
+
l3ip_idle_timeout=listener_l3ip_idle_timeout,
|
369
403
|
tcp_idle_timeout=listener_tcp_idle_timeout,
|
370
404
|
udp_idle_timeout=listener_udp_idle_timeout)
|
371
405
|
```
|
@@ -383,6 +417,7 @@ class Listener(pulumi.CustomResource):
|
|
383
417
|
:param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
|
384
418
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
|
385
419
|
:param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
|
420
|
+
:param pulumi.Input[int] l3ip_idle_timeout: (Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
386
421
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
387
422
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
388
423
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
@@ -419,6 +454,7 @@ class Listener(pulumi.CustomResource):
|
|
419
454
|
protocol=listener_protocol,
|
420
455
|
ip_version=listener_ip_version,
|
421
456
|
is_ppv2enabled=listener_is_ppv2enabled,
|
457
|
+
l3ip_idle_timeout=listener_l3ip_idle_timeout,
|
422
458
|
tcp_idle_timeout=listener_tcp_idle_timeout,
|
423
459
|
udp_idle_timeout=listener_udp_idle_timeout)
|
424
460
|
```
|
@@ -449,6 +485,7 @@ class Listener(pulumi.CustomResource):
|
|
449
485
|
default_backend_set_name: Optional[pulumi.Input[str]] = None,
|
450
486
|
ip_version: Optional[pulumi.Input[str]] = None,
|
451
487
|
is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
|
488
|
+
l3ip_idle_timeout: Optional[pulumi.Input[int]] = None,
|
452
489
|
name: Optional[pulumi.Input[str]] = None,
|
453
490
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
454
491
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -469,6 +506,7 @@ class Listener(pulumi.CustomResource):
|
|
469
506
|
__props__.__dict__["default_backend_set_name"] = default_backend_set_name
|
470
507
|
__props__.__dict__["ip_version"] = ip_version
|
471
508
|
__props__.__dict__["is_ppv2enabled"] = is_ppv2enabled
|
509
|
+
__props__.__dict__["l3ip_idle_timeout"] = l3ip_idle_timeout
|
472
510
|
__props__.__dict__["name"] = name
|
473
511
|
if network_load_balancer_id is None and not opts.urn:
|
474
512
|
raise TypeError("Missing required property 'network_load_balancer_id'")
|
@@ -494,6 +532,7 @@ class Listener(pulumi.CustomResource):
|
|
494
532
|
default_backend_set_name: Optional[pulumi.Input[str]] = None,
|
495
533
|
ip_version: Optional[pulumi.Input[str]] = None,
|
496
534
|
is_ppv2enabled: Optional[pulumi.Input[bool]] = None,
|
535
|
+
l3ip_idle_timeout: Optional[pulumi.Input[int]] = None,
|
497
536
|
name: Optional[pulumi.Input[str]] = None,
|
498
537
|
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
|
499
538
|
port: Optional[pulumi.Input[int]] = None,
|
@@ -510,6 +549,7 @@ class Listener(pulumi.CustomResource):
|
|
510
549
|
:param pulumi.Input[str] default_backend_set_name: (Updatable) The name of the associated backend set. Example: `example_backend_set`
|
511
550
|
:param pulumi.Input[str] ip_version: (Updatable) IP version associated with the listener.
|
512
551
|
:param pulumi.Input[bool] is_ppv2enabled: (Updatable) Property to enable/disable PPv2 feature for this listener.
|
552
|
+
:param pulumi.Input[int] l3ip_idle_timeout: (Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
513
553
|
:param pulumi.Input[str] name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
|
514
554
|
:param pulumi.Input[str] network_load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network load balancer to update.
|
515
555
|
:param pulumi.Input[int] port: (Updatable) The communication port for the listener. Example: `80`
|
@@ -528,6 +568,7 @@ class Listener(pulumi.CustomResource):
|
|
528
568
|
__props__.__dict__["default_backend_set_name"] = default_backend_set_name
|
529
569
|
__props__.__dict__["ip_version"] = ip_version
|
530
570
|
__props__.__dict__["is_ppv2enabled"] = is_ppv2enabled
|
571
|
+
__props__.__dict__["l3ip_idle_timeout"] = l3ip_idle_timeout
|
531
572
|
__props__.__dict__["name"] = name
|
532
573
|
__props__.__dict__["network_load_balancer_id"] = network_load_balancer_id
|
533
574
|
__props__.__dict__["port"] = port
|
@@ -560,6 +601,14 @@ class Listener(pulumi.CustomResource):
|
|
560
601
|
"""
|
561
602
|
return pulumi.get(self, "is_ppv2enabled")
|
562
603
|
|
604
|
+
@property
|
605
|
+
@pulumi.getter(name="l3ipIdleTimeout")
|
606
|
+
def l3ip_idle_timeout(self) -> pulumi.Output[int]:
|
607
|
+
"""
|
608
|
+
(Updatable) The duration for L3IP idle timeout in seconds. Example: `200`
|
609
|
+
"""
|
610
|
+
return pulumi.get(self, "l3ip_idle_timeout")
|
611
|
+
|
563
612
|
@property
|
564
613
|
@pulumi.getter
|
565
614
|
def name(self) -> pulumi.Output[str]:
|