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.
Files changed (65) hide show
  1. pulumi_oci/containerengine/addon.py +54 -7
  2. pulumi_oci/containerengine/get_addon.py +12 -1
  3. pulumi_oci/containerengine/outputs.py +9 -1
  4. pulumi_oci/core/_inputs.py +74 -0
  5. pulumi_oci/core/get_instance.py +1 -1
  6. pulumi_oci/core/get_virtual_circuit.py +18 -4
  7. pulumi_oci/core/instance.py +7 -7
  8. pulumi_oci/core/instance_pool.py +7 -7
  9. pulumi_oci/core/outputs.py +165 -7
  10. pulumi_oci/core/virtual_circuit.py +30 -2
  11. pulumi_oci/database/_inputs.py +642 -0
  12. pulumi_oci/database/autonomous_container_database.py +14 -14
  13. pulumi_oci/database/autonomous_database.py +75 -0
  14. pulumi_oci/database/get_autonomous_container_database.py +3 -3
  15. pulumi_oci/database/get_autonomous_database.py +29 -1
  16. pulumi_oci/database/get_autonomous_databases.py +22 -28
  17. pulumi_oci/database/outputs.py +1669 -86
  18. pulumi_oci/datasafe/__init__.py +2 -0
  19. pulumi_oci/datasafe/_inputs.py +49 -0
  20. pulumi_oci/datasafe/get_database_security_config.py +307 -0
  21. pulumi_oci/datasafe/get_database_security_configs.py +342 -0
  22. pulumi_oci/datasafe/outputs.py +325 -0
  23. pulumi_oci/datascience/_inputs.py +353 -0
  24. pulumi_oci/datascience/get_model.py +113 -4
  25. pulumi_oci/datascience/get_models.py +30 -5
  26. pulumi_oci/datascience/model.py +346 -5
  27. pulumi_oci/datascience/outputs.py +778 -1
  28. pulumi_oci/filestorage/_inputs.py +651 -0
  29. pulumi_oci/filestorage/export.py +96 -3
  30. pulumi_oci/filestorage/file_system.py +93 -0
  31. pulumi_oci/filestorage/filesystem_snapshot_policy.py +93 -0
  32. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +26 -1
  33. pulumi_oci/filestorage/get_outbound_connector.py +26 -1
  34. pulumi_oci/filestorage/get_replication.py +27 -1
  35. pulumi_oci/filestorage/get_snapshot.py +27 -1
  36. pulumi_oci/filestorage/mount_target.py +108 -0
  37. pulumi_oci/filestorage/outbound_connector.py +93 -0
  38. pulumi_oci/filestorage/outputs.py +1218 -2
  39. pulumi_oci/filestorage/replication.py +95 -0
  40. pulumi_oci/filestorage/snapshot.py +97 -2
  41. pulumi_oci/identity/domains_auth_token.py +68 -0
  42. pulumi_oci/identity/domains_customer_secret_key.py +56 -0
  43. pulumi_oci/identity/domains_oauth2client_credential.py +64 -0
  44. pulumi_oci/identity/domains_smtp_credential.py +60 -0
  45. pulumi_oci/identity/get_domains_auth_token.py +15 -1
  46. pulumi_oci/identity/get_domains_customer_secret_key.py +15 -1
  47. pulumi_oci/identity/get_domains_oauth2client_credential.py +15 -1
  48. pulumi_oci/identity/get_domains_smtp_credential.py +15 -1
  49. pulumi_oci/identity/outputs.py +44 -0
  50. pulumi_oci/loadbalancer/listener.py +7 -7
  51. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  52. pulumi_oci/networkloadbalancer/get_listener.py +15 -1
  53. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +15 -1
  54. pulumi_oci/networkloadbalancer/listener.py +49 -0
  55. pulumi_oci/networkloadbalancer/network_load_balancer.py +47 -0
  56. pulumi_oci/networkloadbalancer/outputs.py +24 -2
  57. pulumi_oci/pulumi-plugin.json +1 -1
  58. pulumi_oci/resourcescheduler/_inputs.py +24 -21
  59. pulumi_oci/resourcescheduler/get_schedules.py +6 -6
  60. pulumi_oci/resourcescheduler/outputs.py +18 -16
  61. pulumi_oci/resourcescheduler/schedule.py +14 -88
  62. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/METADATA +1 -1
  63. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/RECORD +65 -63
  64. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/WHEEL +1 -1
  65. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/top_level.txt +0 -0
@@ -34,6 +34,7 @@ class NetworkLoadBalancerArgs:
34
34
  network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
35
35
  nlb_ip_version: Optional[pulumi.Input[str]] = None,
36
36
  reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
37
+ security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
37
38
  subnet_ipv6cidr: Optional[pulumi.Input[str]] = None):
38
39
  """
39
40
  The set of arguments for constructing a NetworkLoadBalancer resource.
@@ -69,6 +70,7 @@ class NetworkLoadBalancerArgs:
69
70
  Example: ["ocid1.nsg.oc1.phx.unique_ID"]
70
71
  :param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
71
72
  :param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
73
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) 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"}}}`
72
74
  :param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
73
75
 
74
76
 
@@ -98,6 +100,8 @@ class NetworkLoadBalancerArgs:
98
100
  pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
99
101
  if reserved_ips is not None:
100
102
  pulumi.set(__self__, "reserved_ips", reserved_ips)
103
+ if security_attributes is not None:
104
+ pulumi.set(__self__, "security_attributes", security_attributes)
101
105
  if subnet_ipv6cidr is not None:
102
106
  pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
103
107
 
@@ -276,6 +280,18 @@ class NetworkLoadBalancerArgs:
276
280
  def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]]):
277
281
  pulumi.set(self, "reserved_ips", value)
278
282
 
283
+ @property
284
+ @pulumi.getter(name="securityAttributes")
285
+ def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
286
+ """
287
+ (Updatable) 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"}}}`
288
+ """
289
+ return pulumi.get(self, "security_attributes")
290
+
291
+ @security_attributes.setter
292
+ def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
293
+ pulumi.set(self, "security_attributes", value)
294
+
279
295
  @property
280
296
  @pulumi.getter(name="subnetIpv6cidr")
281
297
  def subnet_ipv6cidr(self) -> Optional[pulumi.Input[str]]:
@@ -310,6 +326,7 @@ class _NetworkLoadBalancerState:
310
326
  network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
311
327
  nlb_ip_version: Optional[pulumi.Input[str]] = None,
312
328
  reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]] = None,
329
+ security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
313
330
  state: Optional[pulumi.Input[str]] = None,
314
331
  subnet_id: Optional[pulumi.Input[str]] = None,
315
332
  subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
@@ -351,6 +368,7 @@ class _NetworkLoadBalancerState:
351
368
  Example: ["ocid1.nsg.oc1.phx.unique_ID"]
352
369
  :param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
353
370
  :param pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]] reserved_ips: An array of reserved Ips.
371
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) 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"}}}`
354
372
  :param pulumi.Input[str] state: The current state of the network load balancer.
355
373
  :param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
356
374
  :param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
@@ -390,6 +408,8 @@ class _NetworkLoadBalancerState:
390
408
  pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
391
409
  if reserved_ips is not None:
392
410
  pulumi.set(__self__, "reserved_ips", reserved_ips)
411
+ if security_attributes is not None:
412
+ pulumi.set(__self__, "security_attributes", security_attributes)
393
413
  if state is not None:
394
414
  pulumi.set(__self__, "state", state)
395
415
  if subnet_id is not None:
@@ -590,6 +610,18 @@ class _NetworkLoadBalancerState:
590
610
  def reserved_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkLoadBalancerReservedIpArgs']]]]):
591
611
  pulumi.set(self, "reserved_ips", value)
592
612
 
613
+ @property
614
+ @pulumi.getter(name="securityAttributes")
615
+ def security_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
616
+ """
617
+ (Updatable) 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"}}}`
618
+ """
619
+ return pulumi.get(self, "security_attributes")
620
+
621
+ @security_attributes.setter
622
+ def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
623
+ pulumi.set(self, "security_attributes", value)
624
+
593
625
  @property
594
626
  @pulumi.getter
595
627
  def state(self) -> Optional[pulumi.Input[str]]:
@@ -684,6 +716,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
684
716
  network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
685
717
  nlb_ip_version: Optional[pulumi.Input[str]] = None,
686
718
  reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkLoadBalancerReservedIpArgs', 'NetworkLoadBalancerReservedIpArgsDict']]]]] = None,
719
+ security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
687
720
  subnet_id: Optional[pulumi.Input[str]] = None,
688
721
  subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
689
722
  __props__=None):
@@ -733,6 +766,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
733
766
  Example: ["ocid1.nsg.oc1.phx.unique_ID"]
734
767
  :param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
735
768
  :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkLoadBalancerReservedIpArgs', 'NetworkLoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips.
769
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) 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"}}}`
736
770
  :param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
737
771
  :param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
738
772
 
@@ -786,6 +820,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
786
820
  network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
787
821
  nlb_ip_version: Optional[pulumi.Input[str]] = None,
788
822
  reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkLoadBalancerReservedIpArgs', 'NetworkLoadBalancerReservedIpArgsDict']]]]] = None,
823
+ security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
789
824
  subnet_id: Optional[pulumi.Input[str]] = None,
790
825
  subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
791
826
  __props__=None):
@@ -813,6 +848,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
813
848
  __props__.__dict__["network_security_group_ids"] = network_security_group_ids
814
849
  __props__.__dict__["nlb_ip_version"] = nlb_ip_version
815
850
  __props__.__dict__["reserved_ips"] = reserved_ips
851
+ __props__.__dict__["security_attributes"] = security_attributes
816
852
  if subnet_id is None and not opts.urn:
817
853
  raise TypeError("Missing required property 'subnet_id'")
818
854
  __props__.__dict__["subnet_id"] = subnet_id
@@ -847,6 +883,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
847
883
  network_security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
848
884
  nlb_ip_version: Optional[pulumi.Input[str]] = None,
849
885
  reserved_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkLoadBalancerReservedIpArgs', 'NetworkLoadBalancerReservedIpArgsDict']]]]] = None,
886
+ security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
850
887
  state: Optional[pulumi.Input[str]] = None,
851
888
  subnet_id: Optional[pulumi.Input[str]] = None,
852
889
  subnet_ipv6cidr: Optional[pulumi.Input[str]] = None,
@@ -893,6 +930,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
893
930
  Example: ["ocid1.nsg.oc1.phx.unique_ID"]
894
931
  :param pulumi.Input[str] nlb_ip_version: (Updatable) IP version associated with the NLB.
895
932
  :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkLoadBalancerReservedIpArgs', 'NetworkLoadBalancerReservedIpArgsDict']]]] reserved_ips: An array of reserved Ips.
933
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] security_attributes: (Updatable) 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"}}}`
896
934
  :param pulumi.Input[str] state: The current state of the network load balancer.
897
935
  :param pulumi.Input[str] subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
898
936
  :param pulumi.Input[str] subnet_ipv6cidr: IPv6 subnet prefix selection. If Ipv6 subnet prefix is passed, Nlb Ipv6 Address would be assign within the cidr block. NLB has to be dual or single stack ipv6 to support this.
@@ -922,6 +960,7 @@ class NetworkLoadBalancer(pulumi.CustomResource):
922
960
  __props__.__dict__["network_security_group_ids"] = network_security_group_ids
923
961
  __props__.__dict__["nlb_ip_version"] = nlb_ip_version
924
962
  __props__.__dict__["reserved_ips"] = reserved_ips
963
+ __props__.__dict__["security_attributes"] = security_attributes
925
964
  __props__.__dict__["state"] = state
926
965
  __props__.__dict__["subnet_id"] = subnet_id
927
966
  __props__.__dict__["subnet_ipv6cidr"] = subnet_ipv6cidr
@@ -1061,6 +1100,14 @@ class NetworkLoadBalancer(pulumi.CustomResource):
1061
1100
  """
1062
1101
  return pulumi.get(self, "reserved_ips")
1063
1102
 
1103
+ @property
1104
+ @pulumi.getter(name="securityAttributes")
1105
+ def security_attributes(self) -> pulumi.Output[Mapping[str, str]]:
1106
+ """
1107
+ (Updatable) 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"}}}`
1108
+ """
1109
+ return pulumi.get(self, "security_attributes")
1110
+
1064
1111
  @property
1065
1112
  @pulumi.getter
1066
1113
  def state(self) -> pulumi.Output[str]:
@@ -1294,7 +1294,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1294
1294
  network_load_balancer_id: str,
1295
1295
  policy: str):
1296
1296
  """
1297
- :param Sequence['GetBackendSetsBackendSetCollectionItemBackendArgs'] backends: Array of backends.
1297
+ :param Sequence['GetBackendSetsBackendSetCollectionItemBackendArgs'] backends: An array of backends.
1298
1298
  :param Sequence['GetBackendSetsBackendSetCollectionItemHealthCheckerArgs'] health_checkers: The health check policy configuration. For more information, see [Editing Health Check Policies](https://docs.cloud.oracle.com/iaas/Content/Balance/Tasks/editinghealthcheck.htm).
1299
1299
  :param str ip_version: IP version associated with the backend set.
1300
1300
  :param bool is_fail_open: If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default.
@@ -1319,7 +1319,7 @@ class GetBackendSetsBackendSetCollectionItemResult(dict):
1319
1319
  @pulumi.getter
1320
1320
  def backends(self) -> Sequence['outputs.GetBackendSetsBackendSetCollectionItemBackendResult']:
1321
1321
  """
1322
- Array of backends.
1322
+ An array of backends.
1323
1323
  """
1324
1324
  return pulumi.get(self, "backends")
1325
1325
 
@@ -1932,6 +1932,7 @@ class GetListenersListenerCollectionItemResult(dict):
1932
1932
  id: str,
1933
1933
  ip_version: str,
1934
1934
  is_ppv2enabled: bool,
1935
+ l3ip_idle_timeout: int,
1935
1936
  name: str,
1936
1937
  network_load_balancer_id: str,
1937
1938
  port: int,
@@ -1942,6 +1943,7 @@ class GetListenersListenerCollectionItemResult(dict):
1942
1943
  :param str default_backend_set_name: The name of the associated backend set. Example: `example_backend_set`
1943
1944
  :param str ip_version: IP version associated with the listener.
1944
1945
  :param bool is_ppv2enabled: Property to enable/disable PPv2 feature for this listener.
1946
+ :param int l3ip_idle_timeout: The duration for L3IP idle timeout in seconds. Example: `200`
1945
1947
  :param str name: A friendly name for the listener. It must be unique and it cannot be changed. Example: `example_listener`
1946
1948
  :param 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.
1947
1949
  :param int port: The communication port for the listener. Example: `80`
@@ -1953,6 +1955,7 @@ class GetListenersListenerCollectionItemResult(dict):
1953
1955
  pulumi.set(__self__, "id", id)
1954
1956
  pulumi.set(__self__, "ip_version", ip_version)
1955
1957
  pulumi.set(__self__, "is_ppv2enabled", is_ppv2enabled)
1958
+ pulumi.set(__self__, "l3ip_idle_timeout", l3ip_idle_timeout)
1956
1959
  pulumi.set(__self__, "name", name)
1957
1960
  pulumi.set(__self__, "network_load_balancer_id", network_load_balancer_id)
1958
1961
  pulumi.set(__self__, "port", port)
@@ -1989,6 +1992,14 @@ class GetListenersListenerCollectionItemResult(dict):
1989
1992
  """
1990
1993
  return pulumi.get(self, "is_ppv2enabled")
1991
1994
 
1995
+ @property
1996
+ @pulumi.getter(name="l3ipIdleTimeout")
1997
+ def l3ip_idle_timeout(self) -> int:
1998
+ """
1999
+ The duration for L3IP idle timeout in seconds. Example: `200`
2000
+ """
2001
+ return pulumi.get(self, "l3ip_idle_timeout")
2002
+
1992
2003
  @property
1993
2004
  @pulumi.getter
1994
2005
  def name(self) -> str:
@@ -2188,6 +2199,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
2188
2199
  network_security_group_ids: Sequence[str],
2189
2200
  nlb_ip_version: str,
2190
2201
  reserved_ips: Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemReservedIpResult'],
2202
+ security_attributes: Mapping[str, str],
2191
2203
  state: str,
2192
2204
  subnet_id: str,
2193
2205
  subnet_ipv6cidr: str,
@@ -2206,6 +2218,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
2206
2218
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
2207
2219
  :param Sequence[str] network_security_group_ids: An array of network security groups [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the network load balancer.
2208
2220
  :param str nlb_ip_version: IP version associated with the NLB.
2221
+ :param Mapping[str, str] security_attributes: 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" } } }`
2209
2222
  :param str state: A filter to return only resources that match the given lifecycle state.
2210
2223
  :param str subnet_id: The subnet in which the network load balancer is spawned [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)."
2211
2224
  :param Mapping[str, str] system_tags: Key-value pair representing system tags' keys and values scoped to a namespace. Example: `{"bar-key": "value"}`
@@ -2227,6 +2240,7 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
2227
2240
  pulumi.set(__self__, "network_security_group_ids", network_security_group_ids)
2228
2241
  pulumi.set(__self__, "nlb_ip_version", nlb_ip_version)
2229
2242
  pulumi.set(__self__, "reserved_ips", reserved_ips)
2243
+ pulumi.set(__self__, "security_attributes", security_attributes)
2230
2244
  pulumi.set(__self__, "state", state)
2231
2245
  pulumi.set(__self__, "subnet_id", subnet_id)
2232
2246
  pulumi.set(__self__, "subnet_ipv6cidr", subnet_ipv6cidr)
@@ -2342,6 +2356,14 @@ class GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemResult(dict):
2342
2356
  def reserved_ips(self) -> Sequence['outputs.GetNetworkLoadBalancersNetworkLoadBalancerCollectionItemReservedIpResult']:
2343
2357
  return pulumi.get(self, "reserved_ips")
2344
2358
 
2359
+ @property
2360
+ @pulumi.getter(name="securityAttributes")
2361
+ def security_attributes(self) -> Mapping[str, str]:
2362
+ """
2363
+ 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" } } }`
2364
+ """
2365
+ return pulumi.get(self, "security_attributes")
2366
+
2345
2367
  @property
2346
2368
  @pulumi.getter
2347
2369
  def state(self) -> str:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.14.0-alpha.1730182164"
4
+ "version": "2.15.0"
5
5
  }
@@ -88,19 +88,20 @@ if not MYPY:
88
88
  class ScheduleResourceFilterArgsDict(TypedDict):
89
89
  attribute: pulumi.Input[str]
90
90
  """
91
- (Updatable) This is the resource attribute on which the threshold is defined.
91
+ (Updatable) This is the resource attribute on which the threshold is defined. We support 5 different types of attributes: `DEFINED_TAGS`, `COMPARTMENT_ID`, `TIME_CREATED`, `LIFECYCLE_STATE` and `RESOURCE_TYPE`.
92
92
  """
93
93
  condition: NotRequired[pulumi.Input[str]]
94
94
  """
95
- (Updatable) This is the condition for the filter in comparison to its creation time.
95
+ This is the condition for the filter in comparison to its creation time.
96
96
  """
97
97
  should_include_child_compartments: NotRequired[pulumi.Input[bool]]
98
98
  """
99
- (Updatable) This sets whether to include child compartments.
99
+ This sets whether to include child compartments.
100
100
  """
101
101
  values: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScheduleResourceFilterValueArgsDict']]]]
102
102
  """
103
- (Updatable) This is a collection of resource lifecycle state values.
103
+ (Updatable) This is a collection of resource filter values, different types of filter has different value format, see below:
104
+ * When `attribute="DEFINED_TAGS"`:
104
105
  """
105
106
  elif False:
106
107
  ScheduleResourceFilterArgsDict: TypeAlias = Mapping[str, Any]
@@ -113,10 +114,11 @@ class ScheduleResourceFilterArgs:
113
114
  should_include_child_compartments: Optional[pulumi.Input[bool]] = None,
114
115
  values: Optional[pulumi.Input[Sequence[pulumi.Input['ScheduleResourceFilterValueArgs']]]] = None):
115
116
  """
116
- :param pulumi.Input[str] attribute: (Updatable) This is the resource attribute on which the threshold is defined.
117
- :param pulumi.Input[str] condition: (Updatable) This is the condition for the filter in comparison to its creation time.
118
- :param pulumi.Input[bool] should_include_child_compartments: (Updatable) This sets whether to include child compartments.
119
- :param pulumi.Input[Sequence[pulumi.Input['ScheduleResourceFilterValueArgs']]] values: (Updatable) This is a collection of resource lifecycle state values.
117
+ :param pulumi.Input[str] attribute: (Updatable) This is the resource attribute on which the threshold is defined. We support 5 different types of attributes: `DEFINED_TAGS`, `COMPARTMENT_ID`, `TIME_CREATED`, `LIFECYCLE_STATE` and `RESOURCE_TYPE`.
118
+ :param pulumi.Input[str] condition: This is the condition for the filter in comparison to its creation time.
119
+ :param pulumi.Input[bool] should_include_child_compartments: This sets whether to include child compartments.
120
+ :param pulumi.Input[Sequence[pulumi.Input['ScheduleResourceFilterValueArgs']]] values: (Updatable) This is a collection of resource filter values, different types of filter has different value format, see below:
121
+ * When `attribute="DEFINED_TAGS"`:
120
122
  """
121
123
  pulumi.set(__self__, "attribute", attribute)
122
124
  if condition is not None:
@@ -130,7 +132,7 @@ class ScheduleResourceFilterArgs:
130
132
  @pulumi.getter
131
133
  def attribute(self) -> pulumi.Input[str]:
132
134
  """
133
- (Updatable) This is the resource attribute on which the threshold is defined.
135
+ (Updatable) This is the resource attribute on which the threshold is defined. We support 5 different types of attributes: `DEFINED_TAGS`, `COMPARTMENT_ID`, `TIME_CREATED`, `LIFECYCLE_STATE` and `RESOURCE_TYPE`.
134
136
  """
135
137
  return pulumi.get(self, "attribute")
136
138
 
@@ -142,7 +144,7 @@ class ScheduleResourceFilterArgs:
142
144
  @pulumi.getter
143
145
  def condition(self) -> Optional[pulumi.Input[str]]:
144
146
  """
145
- (Updatable) This is the condition for the filter in comparison to its creation time.
147
+ This is the condition for the filter in comparison to its creation time.
146
148
  """
147
149
  return pulumi.get(self, "condition")
148
150
 
@@ -154,7 +156,7 @@ class ScheduleResourceFilterArgs:
154
156
  @pulumi.getter(name="shouldIncludeChildCompartments")
155
157
  def should_include_child_compartments(self) -> Optional[pulumi.Input[bool]]:
156
158
  """
157
- (Updatable) This sets whether to include child compartments.
159
+ This sets whether to include child compartments.
158
160
  """
159
161
  return pulumi.get(self, "should_include_child_compartments")
160
162
 
@@ -166,7 +168,8 @@ class ScheduleResourceFilterArgs:
166
168
  @pulumi.getter
167
169
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScheduleResourceFilterValueArgs']]]]:
168
170
  """
169
- (Updatable) This is a collection of resource lifecycle state values.
171
+ (Updatable) This is a collection of resource filter values, different types of filter has different value format, see below:
172
+ * When `attribute="DEFINED_TAGS"`:
170
173
  """
171
174
  return pulumi.get(self, "values")
172
175
 
@@ -179,15 +182,15 @@ if not MYPY:
179
182
  class ScheduleResourceFilterValueArgsDict(TypedDict):
180
183
  namespace: NotRequired[pulumi.Input[str]]
181
184
  """
182
- (Updatable) This is the namespace of the defined tag.
185
+ This is the namespace of the defined tag.
183
186
  """
184
187
  tag_key: NotRequired[pulumi.Input[str]]
185
188
  """
186
- (Updatable) This is the key of the defined tag.
189
+ This is the key of the defined tag.
187
190
  """
188
191
  value: NotRequired[pulumi.Input[str]]
189
192
  """
190
- (Updatable) This is the value of the defined tag.
193
+ This is the lifecycle state value used for filtering.
191
194
  """
192
195
  elif False:
193
196
  ScheduleResourceFilterValueArgsDict: TypeAlias = Mapping[str, Any]
@@ -199,9 +202,9 @@ class ScheduleResourceFilterValueArgs:
199
202
  tag_key: Optional[pulumi.Input[str]] = None,
200
203
  value: Optional[pulumi.Input[str]] = None):
201
204
  """
202
- :param pulumi.Input[str] namespace: (Updatable) This is the namespace of the defined tag.
203
- :param pulumi.Input[str] tag_key: (Updatable) This is the key of the defined tag.
204
- :param pulumi.Input[str] value: (Updatable) This is the value of the defined tag.
205
+ :param pulumi.Input[str] namespace: This is the namespace of the defined tag.
206
+ :param pulumi.Input[str] tag_key: This is the key of the defined tag.
207
+ :param pulumi.Input[str] value: This is the lifecycle state value used for filtering.
205
208
  """
206
209
  if namespace is not None:
207
210
  pulumi.set(__self__, "namespace", namespace)
@@ -214,7 +217,7 @@ class ScheduleResourceFilterValueArgs:
214
217
  @pulumi.getter
215
218
  def namespace(self) -> Optional[pulumi.Input[str]]:
216
219
  """
217
- (Updatable) This is the namespace of the defined tag.
220
+ This is the namespace of the defined tag.
218
221
  """
219
222
  return pulumi.get(self, "namespace")
220
223
 
@@ -226,7 +229,7 @@ class ScheduleResourceFilterValueArgs:
226
229
  @pulumi.getter(name="tagKey")
227
230
  def tag_key(self) -> Optional[pulumi.Input[str]]:
228
231
  """
229
- (Updatable) This is the key of the defined tag.
232
+ This is the key of the defined tag.
230
233
  """
231
234
  return pulumi.get(self, "tag_key")
232
235
 
@@ -238,7 +241,7 @@ class ScheduleResourceFilterValueArgs:
238
241
  @pulumi.getter
239
242
  def value(self) -> Optional[pulumi.Input[str]]:
240
243
  """
241
- (Updatable) This is the value of the defined tag.
244
+ This is the lifecycle state value used for filtering.
242
245
  """
243
246
  return pulumi.get(self, "value")
244
247
 
@@ -135,15 +135,15 @@ def get_schedules(compartment_id: Optional[str] = None,
135
135
  import pulumi_oci as oci
136
136
 
137
137
  test_schedules = oci.ResourceScheduler.get_schedules(compartment_id=compartment_id,
138
- display_name=schedule_display_name,
139
138
  schedule_id=test_schedule["id"],
139
+ display_name=schedule_display_name,
140
140
  state=schedule_state)
141
141
  ```
142
142
 
143
143
 
144
- :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
144
+ :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. You need to at least provide either `compartment_id` or `schedule_id` or both.
145
145
  :param str display_name: This is a filter to return only resources that match the given display name exactly.
146
- :param str schedule_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
146
+ :param str schedule_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule. You need to at least provide either `compartment_id` or `schedule_id` or both.
147
147
  :param str state: This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
148
148
  """
149
149
  __args__ = dict()
@@ -181,15 +181,15 @@ def get_schedules_output(compartment_id: Optional[pulumi.Input[Optional[str]]] =
181
181
  import pulumi_oci as oci
182
182
 
183
183
  test_schedules = oci.ResourceScheduler.get_schedules(compartment_id=compartment_id,
184
- display_name=schedule_display_name,
185
184
  schedule_id=test_schedule["id"],
185
+ display_name=schedule_display_name,
186
186
  state=schedule_state)
187
187
  ```
188
188
 
189
189
 
190
- :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
190
+ :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. You need to at least provide either `compartment_id` or `schedule_id` or both.
191
191
  :param str display_name: This is a filter to return only resources that match the given display name exactly.
192
- :param str schedule_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule.
192
+ :param str schedule_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the schedule. You need to at least provide either `compartment_id` or `schedule_id` or both.
193
193
  :param str state: This is a filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
194
194
  """
195
195
  __args__ = dict()
@@ -89,10 +89,11 @@ class ScheduleResourceFilter(dict):
89
89
  should_include_child_compartments: Optional[bool] = None,
90
90
  values: Optional[Sequence['outputs.ScheduleResourceFilterValue']] = None):
91
91
  """
92
- :param str attribute: (Updatable) This is the resource attribute on which the threshold is defined.
93
- :param str condition: (Updatable) This is the condition for the filter in comparison to its creation time.
94
- :param bool should_include_child_compartments: (Updatable) This sets whether to include child compartments.
95
- :param Sequence['ScheduleResourceFilterValueArgs'] values: (Updatable) This is a collection of resource lifecycle state values.
92
+ :param str attribute: (Updatable) This is the resource attribute on which the threshold is defined. We support 5 different types of attributes: `DEFINED_TAGS`, `COMPARTMENT_ID`, `TIME_CREATED`, `LIFECYCLE_STATE` and `RESOURCE_TYPE`.
93
+ :param str condition: This is the condition for the filter in comparison to its creation time.
94
+ :param bool should_include_child_compartments: This sets whether to include child compartments.
95
+ :param Sequence['ScheduleResourceFilterValueArgs'] values: (Updatable) This is a collection of resource filter values, different types of filter has different value format, see below:
96
+ * When `attribute="DEFINED_TAGS"`:
96
97
  """
97
98
  pulumi.set(__self__, "attribute", attribute)
98
99
  if condition is not None:
@@ -106,7 +107,7 @@ class ScheduleResourceFilter(dict):
106
107
  @pulumi.getter
107
108
  def attribute(self) -> str:
108
109
  """
109
- (Updatable) This is the resource attribute on which the threshold is defined.
110
+ (Updatable) This is the resource attribute on which the threshold is defined. We support 5 different types of attributes: `DEFINED_TAGS`, `COMPARTMENT_ID`, `TIME_CREATED`, `LIFECYCLE_STATE` and `RESOURCE_TYPE`.
110
111
  """
111
112
  return pulumi.get(self, "attribute")
112
113
 
@@ -114,7 +115,7 @@ class ScheduleResourceFilter(dict):
114
115
  @pulumi.getter
115
116
  def condition(self) -> Optional[str]:
116
117
  """
117
- (Updatable) This is the condition for the filter in comparison to its creation time.
118
+ This is the condition for the filter in comparison to its creation time.
118
119
  """
119
120
  return pulumi.get(self, "condition")
120
121
 
@@ -122,7 +123,7 @@ class ScheduleResourceFilter(dict):
122
123
  @pulumi.getter(name="shouldIncludeChildCompartments")
123
124
  def should_include_child_compartments(self) -> Optional[bool]:
124
125
  """
125
- (Updatable) This sets whether to include child compartments.
126
+ This sets whether to include child compartments.
126
127
  """
127
128
  return pulumi.get(self, "should_include_child_compartments")
128
129
 
@@ -130,7 +131,8 @@ class ScheduleResourceFilter(dict):
130
131
  @pulumi.getter
131
132
  def values(self) -> Optional[Sequence['outputs.ScheduleResourceFilterValue']]:
132
133
  """
133
- (Updatable) This is a collection of resource lifecycle state values.
134
+ (Updatable) This is a collection of resource filter values, different types of filter has different value format, see below:
135
+ * When `attribute="DEFINED_TAGS"`:
134
136
  """
135
137
  return pulumi.get(self, "values")
136
138
 
@@ -159,9 +161,9 @@ class ScheduleResourceFilterValue(dict):
159
161
  tag_key: Optional[str] = None,
160
162
  value: Optional[str] = None):
161
163
  """
162
- :param str namespace: (Updatable) This is the namespace of the defined tag.
163
- :param str tag_key: (Updatable) This is the key of the defined tag.
164
- :param str value: (Updatable) This is the value of the defined tag.
164
+ :param str namespace: This is the namespace of the defined tag.
165
+ :param str tag_key: This is the key of the defined tag.
166
+ :param str value: This is the lifecycle state value used for filtering.
165
167
  """
166
168
  if namespace is not None:
167
169
  pulumi.set(__self__, "namespace", namespace)
@@ -174,7 +176,7 @@ class ScheduleResourceFilterValue(dict):
174
176
  @pulumi.getter
175
177
  def namespace(self) -> Optional[str]:
176
178
  """
177
- (Updatable) This is the namespace of the defined tag.
179
+ This is the namespace of the defined tag.
178
180
  """
179
181
  return pulumi.get(self, "namespace")
180
182
 
@@ -182,7 +184,7 @@ class ScheduleResourceFilterValue(dict):
182
184
  @pulumi.getter(name="tagKey")
183
185
  def tag_key(self) -> Optional[str]:
184
186
  """
185
- (Updatable) This is the key of the defined tag.
187
+ This is the key of the defined tag.
186
188
  """
187
189
  return pulumi.get(self, "tag_key")
188
190
 
@@ -190,7 +192,7 @@ class ScheduleResourceFilterValue(dict):
190
192
  @pulumi.getter
191
193
  def value(self) -> Optional[str]:
192
194
  """
193
- (Updatable) This is the value of the defined tag.
195
+ This is the lifecycle state value used for filtering.
194
196
  """
195
197
  return pulumi.get(self, "value")
196
198
 
@@ -378,7 +380,7 @@ class GetSchedulesScheduleCollectionItemResult(dict):
378
380
  time_updated: str):
379
381
  """
380
382
  :param str action: This is the action that will be executed by the schedule.
381
- :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
383
+ :param str compartment_id: This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. You need to at least provide either `compartment_id` or `schedule_id` or both.
382
384
  :param Mapping[str, str] defined_tags: These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
383
385
  :param str description: This is the description of the schedule.
384
386
  :param str display_name: This is a filter to return only resources that match the given display name exactly.
@@ -429,7 +431,7 @@ class GetSchedulesScheduleCollectionItemResult(dict):
429
431
  @pulumi.getter(name="compartmentId")
430
432
  def compartment_id(self) -> str:
431
433
  """
432
- This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
434
+ This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources. You need to at least provide either `compartment_id` or `schedule_id` or both.
433
435
  """
434
436
  return pulumi.get(self, "compartment_id")
435
437