pulumi-oci 1.30.0a1711740723__py3-none-any.whl → 1.31.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/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +2 -2
- pulumi_oci/cloudguard/_inputs.py +10 -2
- pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/cloud_guard_data_source.py +45 -24
- pulumi_oci/cloudguard/data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_managed_list.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/managed_list.py +2 -2
- pulumi_oci/cloudguard/outputs.py +10 -2
- pulumi_oci/containerengine/_inputs.py +6 -10
- pulumi_oci/containerengine/outputs.py +14 -26
- pulumi_oci/core/_inputs.py +6 -6
- pulumi_oci/core/instance.py +140 -0
- pulumi_oci/core/outputs.py +14 -14
- pulumi_oci/database/database_upgrade.py +12 -10
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/outputs.py +6 -6
- pulumi_oci/dataflow/get_invoke_run.py +11 -1
- pulumi_oci/dataflow/invoke_run.py +49 -0
- pulumi_oci/dataflow/outputs.py +7 -0
- pulumi_oci/datasafe/_inputs.py +4 -4
- pulumi_oci/datasafe/outputs.py +12 -12
- pulumi_oci/devops/_inputs.py +380 -10
- pulumi_oci/devops/outputs.py +953 -32
- pulumi_oci/disasterrecovery/dr_protection_group.py +1 -25
- pulumi_oci/email/__init__.py +1 -0
- pulumi_oci/email/dkim.py +21 -21
- pulumi_oci/email/email_domain.py +7 -7
- pulumi_oci/email/get_configuration.py +138 -0
- pulumi_oci/email/get_dkim.py +2 -2
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domain.py +2 -2
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +15 -2
- pulumi_oci/email/get_suppression.py +2 -2
- pulumi_oci/email/get_suppressions.py +4 -4
- pulumi_oci/email/outputs.py +23 -12
- pulumi_oci/email/sender.py +32 -4
- pulumi_oci/email/suppression.py +8 -8
- pulumi_oci/filestorage/replication.py +4 -4
- pulumi_oci/goldengate/connection.py +7 -7
- pulumi_oci/identity/domains_app_role.py +4 -4
- pulumi_oci/identity/domains_group.py +7 -7
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/outputs.py +8 -8
- pulumi_oci/loadbalancer/_inputs.py +2 -2
- pulumi_oci/loadbalancer/outputs.py +4 -4
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +42 -0
- pulumi_oci/managementagent/_inputs.py +0 -44
- pulumi_oci/managementagent/get_management_agents.py +20 -3
- pulumi_oci/managementagent/management_agent.py +27 -79
- pulumi_oci/managementagent/outputs.py +0 -44
- pulumi_oci/networkfirewall/outputs.py +12 -16
- pulumi_oci/networkloadbalancer/_inputs.py +220 -8
- pulumi_oci/networkloadbalancer/backend_set.py +70 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +15 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +31 -1
- pulumi_oci/networkloadbalancer/network_load_balancer.py +183 -77
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -7
- pulumi_oci/networkloadbalancer/outputs.py +416 -26
- pulumi_oci/opensearch/cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_cluster.py +0 -10
- pulumi_oci/opensearch/get_opensearch_clusters.py +0 -10
- pulumi_oci/opensearch/get_opensearch_version.py +0 -10
- pulumi_oci/opensearch/get_opensearch_versions.py +0 -10
- pulumi_oci/queue/get_queue.py +1 -1
- pulumi_oci/queue/outputs.py +2 -2
- pulumi_oci/queue/queue.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +209 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +27 -1
- pulumi_oci/stackmonitoring/get_monitored_resources.py +18 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +56 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +18 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +117 -19
- pulumi_oci/stackmonitoring/monitored_resources_search.py +197 -1
- pulumi_oci/stackmonitoring/outputs.py +436 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/METADATA +1 -1
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/RECORD +91 -90
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.30.0a1711740723.dist-info → pulumi_oci-1.31.0.dist-info}/top_level.txt +0 -0
pulumi_oci/identity/outputs.py
CHANGED
@@ -73229,7 +73229,7 @@ class GetDomainsAppRolesAppRoleResult(dict):
|
|
73229
73229
|
:param str legacy_group_name: The name of the legacy group associated with this AppRole.
|
73230
73230
|
:param bool limited_to_one_or_more_groups: If true, indicates that this Oracle Identity Cloud Service AppRole can be granted to a delegated administrator whose scope is limited to users that are members of one or more groups.
|
73231
73231
|
:param str localized_display_name: AppRole localization name
|
73232
|
-
:param Sequence['GetDomainsAppRolesAppRoleMemberArgs'] members: AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
73232
|
+
:param Sequence['GetDomainsAppRolesAppRoleMemberArgs'] members: AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
73233
73233
|
:param Sequence['GetDomainsAppRolesAppRoleMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
73234
73234
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
73235
73235
|
:param bool public: If true, this AppRole is available automatically to every Oracle Identity Cloud Service User in this tenancy. There is no need to grant it to individual Users or Groups.
|
@@ -73451,7 +73451,7 @@ class GetDomainsAppRolesAppRoleResult(dict):
|
|
73451
73451
|
@pulumi.getter
|
73452
73452
|
def members(self) -> Sequence['outputs.GetDomainsAppRolesAppRoleMemberResult']:
|
73453
73453
|
"""
|
73454
|
-
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1
|
73454
|
+
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
|
73455
73455
|
"""
|
73456
73456
|
return pulumi.get(self, "members")
|
73457
73457
|
|
@@ -97192,7 +97192,7 @@ class GetDomainsGroupsGroupResult(dict):
|
|
97192
97192
|
:param Sequence['GetDomainsGroupsGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
97193
97193
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
97194
97194
|
: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.
|
97195
|
-
:param Sequence['GetDomainsGroupsGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
97195
|
+
:param Sequence['GetDomainsGroupsGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
97196
97196
|
:param Sequence['GetDomainsGroupsGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
97197
97197
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
97198
97198
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -97352,7 +97352,7 @@ class GetDomainsGroupsGroupResult(dict):
|
|
97352
97352
|
@pulumi.getter
|
97353
97353
|
def members(self) -> Sequence['outputs.GetDomainsGroupsGroupMemberResult']:
|
97354
97354
|
"""
|
97355
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
97355
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
97356
97356
|
"""
|
97357
97357
|
return pulumi.get(self, "members")
|
97358
97358
|
|
@@ -108626,7 +108626,7 @@ class GetDomainsMyGroupsMyGroupResult(dict):
|
|
108626
108626
|
:param Sequence['GetDomainsMyGroupsMyGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
108627
108627
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
108628
108628
|
: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.
|
108629
|
-
:param Sequence['GetDomainsMyGroupsMyGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
108629
|
+
:param Sequence['GetDomainsMyGroupsMyGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
108630
108630
|
:param Sequence['GetDomainsMyGroupsMyGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
108631
108631
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
108632
108632
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -108740,7 +108740,7 @@ class GetDomainsMyGroupsMyGroupResult(dict):
|
|
108740
108740
|
@pulumi.getter
|
108741
108741
|
def members(self) -> Sequence['outputs.GetDomainsMyGroupsMyGroupMemberResult']:
|
108742
108742
|
"""
|
108743
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
108743
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
108744
108744
|
"""
|
108745
108745
|
return pulumi.get(self, "members")
|
108746
108746
|
|
@@ -111161,7 +111161,7 @@ class GetDomainsMyRequestableGroupsMyRequestableGroupResult(dict):
|
|
111161
111161
|
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupIdcsLastModifiedByArgs'] idcs_last_modified_bies: The User or App who modified the Resource
|
111162
111162
|
:param str idcs_last_upgraded_in_release: The release number when the resource was upgraded.
|
111163
111163
|
: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.
|
111164
|
-
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
111164
|
+
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMemberArgs'] members: The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
111165
111165
|
:param Sequence['GetDomainsMyRequestableGroupsMyRequestableGroupMetaArgs'] metas: A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
111166
111166
|
:param str non_unique_display_name: A human readable name for the group as defined by the Service Consumer.
|
111167
111167
|
:param str ocid: Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
@@ -111275,7 +111275,7 @@ class GetDomainsMyRequestableGroupsMyRequestableGroupResult(dict):
|
|
111275
111275
|
@pulumi.getter
|
111276
111276
|
def members(self) -> Sequence['outputs.GetDomainsMyRequestableGroupsMyRequestableGroupMemberResult']:
|
111277
111277
|
"""
|
111278
|
-
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1
|
111278
|
+
The group members. <b>Important:</b> When requesting group members, a maximum of 10,000 members can be returned in a single request. If the response contains more than 10,000 members, the request will fail. Use 'startIndex' and 'count' to return members in pages instead of in a single response, for example: #attributes=members[startIndex=1%26count=10]. This REST API is SCIM compliant.
|
111279
111279
|
"""
|
111280
111280
|
return pulumi.get(self, "members")
|
111281
111281
|
|
@@ -2219,7 +2219,7 @@ class GetLoadBalancersFilterArgs:
|
|
2219
2219
|
values: Sequence[str],
|
2220
2220
|
regex: Optional[bool] = None):
|
2221
2221
|
"""
|
2222
|
-
:param str name: A
|
2222
|
+
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
2223
2223
|
"""
|
2224
2224
|
pulumi.set(__self__, "name", name)
|
2225
2225
|
pulumi.set(__self__, "values", values)
|
@@ -2230,7 +2230,7 @@ class GetLoadBalancersFilterArgs:
|
|
2230
2230
|
@pulumi.getter
|
2231
2231
|
def name(self) -> str:
|
2232
2232
|
"""
|
2233
|
-
A
|
2233
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
2234
2234
|
"""
|
2235
2235
|
return pulumi.get(self, "name")
|
2236
2236
|
|
@@ -3458,7 +3458,7 @@ class GetLoadBalancersFilterResult(dict):
|
|
3458
3458
|
values: Sequence[str],
|
3459
3459
|
regex: Optional[bool] = None):
|
3460
3460
|
"""
|
3461
|
-
:param str name: A
|
3461
|
+
:param str name: A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3462
3462
|
"""
|
3463
3463
|
pulumi.set(__self__, "name", name)
|
3464
3464
|
pulumi.set(__self__, "values", values)
|
@@ -3469,7 +3469,7 @@ class GetLoadBalancersFilterResult(dict):
|
|
3469
3469
|
@pulumi.getter
|
3470
3470
|
def name(self) -> str:
|
3471
3471
|
"""
|
3472
|
-
A
|
3472
|
+
A friendly name for the SSL cipher suite. It must be unique and it cannot be changed.
|
3473
3473
|
"""
|
3474
3474
|
return pulumi.get(self, "name")
|
3475
3475
|
|
@@ -3756,7 +3756,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
|
|
3756
3756
|
minimum_bandwidth_in_mbps: int):
|
3757
3757
|
"""
|
3758
3758
|
:param int maximum_bandwidth_in_mbps: Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
|
3759
|
-
:param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between
|
3759
|
+
:param int minimum_bandwidth_in_mbps: Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
3760
3760
|
"""
|
3761
3761
|
pulumi.set(__self__, "maximum_bandwidth_in_mbps", maximum_bandwidth_in_mbps)
|
3762
3762
|
pulumi.set(__self__, "minimum_bandwidth_in_mbps", minimum_bandwidth_in_mbps)
|
@@ -3773,7 +3773,7 @@ class GetLoadBalancersLoadBalancerShapeDetailResult(dict):
|
|
3773
3773
|
@pulumi.getter(name="minimumBandwidthInMbps")
|
3774
3774
|
def minimum_bandwidth_in_mbps(self) -> int:
|
3775
3775
|
"""
|
3776
|
-
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between
|
3776
|
+
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps. Example: `150`
|
3777
3777
|
"""
|
3778
3778
|
return pulumi.get(self, "minimum_bandwidth_in_mbps")
|
3779
3779
|
|
@@ -28,6 +28,12 @@ class SslCipherSuiteArgs:
|
|
28
28
|
* oci-compatible-ssl-cipher-suite-v1
|
29
29
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
30
30
|
* oci-customized-ssl-cipher-suite
|
31
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
32
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
33
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
34
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
35
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
36
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
31
37
|
|
32
38
|
example: `example_cipher_suite`
|
33
39
|
|
@@ -73,6 +79,12 @@ class SslCipherSuiteArgs:
|
|
73
79
|
* oci-compatible-ssl-cipher-suite-v1
|
74
80
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
75
81
|
* oci-customized-ssl-cipher-suite
|
82
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
83
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
84
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
85
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
86
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
87
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
76
88
|
|
77
89
|
example: `example_cipher_suite`
|
78
90
|
|
@@ -105,6 +117,12 @@ class _SslCipherSuiteState:
|
|
105
117
|
* oci-compatible-ssl-cipher-suite-v1
|
106
118
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
107
119
|
* oci-customized-ssl-cipher-suite
|
120
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
121
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
122
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
123
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
124
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
125
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
108
126
|
|
109
127
|
example: `example_cipher_suite`
|
110
128
|
|
@@ -154,6 +172,12 @@ class _SslCipherSuiteState:
|
|
154
172
|
* oci-compatible-ssl-cipher-suite-v1
|
155
173
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
156
174
|
* oci-customized-ssl-cipher-suite
|
175
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
176
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
177
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
178
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
179
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
180
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
157
181
|
|
158
182
|
example: `example_cipher_suite`
|
159
183
|
|
@@ -223,6 +247,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
223
247
|
* oci-compatible-ssl-cipher-suite-v1
|
224
248
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
225
249
|
* oci-customized-ssl-cipher-suite
|
250
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
251
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
252
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
253
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
254
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
255
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
226
256
|
|
227
257
|
example: `example_cipher_suite`
|
228
258
|
|
@@ -327,6 +357,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
327
357
|
* oci-compatible-ssl-cipher-suite-v1
|
328
358
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
329
359
|
* oci-customized-ssl-cipher-suite
|
360
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
361
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
362
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
363
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
364
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
365
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
330
366
|
|
331
367
|
example: `example_cipher_suite`
|
332
368
|
|
@@ -369,6 +405,12 @@ class SslCipherSuite(pulumi.CustomResource):
|
|
369
405
|
* oci-compatible-ssl-cipher-suite-v1
|
370
406
|
* oci-wider-compatible-ssl-cipher-suite-v1
|
371
407
|
* oci-customized-ssl-cipher-suite
|
408
|
+
* oci-default-http2-ssl-cipher-suite-v1
|
409
|
+
* oci-default-http2-tls-13-ssl-cipher-suite-v1
|
410
|
+
* oci-default-http2-tls-12-13-ssl-cipher-suite-v1
|
411
|
+
* oci-tls-13-recommended-ssl-cipher-suite-v1
|
412
|
+
* oci-tls-12-13-wider-ssl-cipher-suite-v1
|
413
|
+
* oci-tls-11-12-13-wider-ssl-cipher-suite-v1
|
372
414
|
|
373
415
|
example: `example_cipher_suite`
|
374
416
|
|
@@ -46,15 +46,7 @@ class ManagementAgentDataSourceListArgs:
|
|
46
46
|
type: Optional[pulumi.Input[str]] = None,
|
47
47
|
url: Optional[pulumi.Input[str]] = None):
|
48
48
|
"""
|
49
|
-
:param pulumi.Input[str] allow_metrics: Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
|
50
|
-
:param pulumi.Input[str] compartment_id: Compartment owning this DataSource.
|
51
|
-
:param pulumi.Input[int] connection_timeout: Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
|
52
|
-
:param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
|
53
|
-
:param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
54
|
-
:param pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]] metric_dimensions: The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
|
55
49
|
:param pulumi.Input[str] name: Name of the property
|
56
|
-
:param pulumi.Input[str] namespace: The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
|
57
|
-
:param pulumi.Input[str] proxy_url: The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
|
58
50
|
:param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
|
59
51
|
:param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
|
60
52
|
:param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
|
@@ -105,9 +97,6 @@ class ManagementAgentDataSourceListArgs:
|
|
105
97
|
@property
|
106
98
|
@pulumi.getter(name="allowMetrics")
|
107
99
|
def allow_metrics(self) -> Optional[pulumi.Input[str]]:
|
108
|
-
"""
|
109
|
-
Comma separated metric name list. The complete set of desired scraped metrics. Use this property to limit the set of metrics uploaded if required.
|
110
|
-
"""
|
111
100
|
return pulumi.get(self, "allow_metrics")
|
112
101
|
|
113
102
|
@allow_metrics.setter
|
@@ -117,9 +106,6 @@ class ManagementAgentDataSourceListArgs:
|
|
117
106
|
@property
|
118
107
|
@pulumi.getter(name="compartmentId")
|
119
108
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
120
|
-
"""
|
121
|
-
Compartment owning this DataSource.
|
122
|
-
"""
|
123
109
|
return pulumi.get(self, "compartment_id")
|
124
110
|
|
125
111
|
@compartment_id.setter
|
@@ -129,9 +115,6 @@ class ManagementAgentDataSourceListArgs:
|
|
129
115
|
@property
|
130
116
|
@pulumi.getter(name="connectionTimeout")
|
131
117
|
def connection_timeout(self) -> Optional[pulumi.Input[int]]:
|
132
|
-
"""
|
133
|
-
Number in milliseconds. The timeout for connecting to the Prometheus Exporter's endpoint.
|
134
|
-
"""
|
135
118
|
return pulumi.get(self, "connection_timeout")
|
136
119
|
|
137
120
|
@connection_timeout.setter
|
@@ -141,9 +124,6 @@ class ManagementAgentDataSourceListArgs:
|
|
141
124
|
@property
|
142
125
|
@pulumi.getter(name="isDaemonSet")
|
143
126
|
def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
|
144
|
-
"""
|
145
|
-
If the Kubernetes cluster type is Daemon set then this will be set to true.
|
146
|
-
"""
|
147
127
|
return pulumi.get(self, "is_daemon_set")
|
148
128
|
|
149
129
|
@is_daemon_set.setter
|
@@ -153,9 +133,6 @@ class ManagementAgentDataSourceListArgs:
|
|
153
133
|
@property
|
154
134
|
@pulumi.getter
|
155
135
|
def key(self) -> Optional[pulumi.Input[str]]:
|
156
|
-
"""
|
157
|
-
Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
158
|
-
"""
|
159
136
|
return pulumi.get(self, "key")
|
160
137
|
|
161
138
|
@key.setter
|
@@ -165,9 +142,6 @@ class ManagementAgentDataSourceListArgs:
|
|
165
142
|
@property
|
166
143
|
@pulumi.getter(name="metricDimensions")
|
167
144
|
def metric_dimensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementAgentDataSourceListMetricDimensionArgs']]]]:
|
168
|
-
"""
|
169
|
-
The names of other user-supplied properties expressed as fixed values to be used as dimensions for every uploaded datapoint.
|
170
|
-
"""
|
171
145
|
return pulumi.get(self, "metric_dimensions")
|
172
146
|
|
173
147
|
@metric_dimensions.setter
|
@@ -189,9 +163,6 @@ class ManagementAgentDataSourceListArgs:
|
|
189
163
|
@property
|
190
164
|
@pulumi.getter
|
191
165
|
def namespace(self) -> Optional[pulumi.Input[str]]:
|
192
|
-
"""
|
193
|
-
The Oracle Cloud Infrastructure monitoring namespace to which scraped metrics should be uploaded.
|
194
|
-
"""
|
195
166
|
return pulumi.get(self, "namespace")
|
196
167
|
|
197
168
|
@namespace.setter
|
@@ -201,9 +172,6 @@ class ManagementAgentDataSourceListArgs:
|
|
201
172
|
@property
|
202
173
|
@pulumi.getter(name="proxyUrl")
|
203
174
|
def proxy_url(self) -> Optional[pulumi.Input[str]]:
|
204
|
-
"""
|
205
|
-
The url of the network proxy that provides access to the Prometheus Exporter's endpoint (url required property).
|
206
|
-
"""
|
207
175
|
return pulumi.get(self, "proxy_url")
|
208
176
|
|
209
177
|
@proxy_url.setter
|
@@ -326,7 +294,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
|
|
326
294
|
value: Optional[pulumi.Input[str]] = None):
|
327
295
|
"""
|
328
296
|
:param pulumi.Input[str] name: Name of the property
|
329
|
-
:param pulumi.Input[str] value: Value of the metric dimension
|
330
297
|
"""
|
331
298
|
if name is not None:
|
332
299
|
pulumi.set(__self__, "name", name)
|
@@ -348,9 +315,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
|
|
348
315
|
@property
|
349
316
|
@pulumi.getter
|
350
317
|
def value(self) -> Optional[pulumi.Input[str]]:
|
351
|
-
"""
|
352
|
-
Value of the metric dimension
|
353
|
-
"""
|
354
318
|
return pulumi.get(self, "value")
|
355
319
|
|
356
320
|
@value.setter
|
@@ -403,8 +367,6 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
403
367
|
name: Optional[pulumi.Input[str]] = None,
|
404
368
|
type: Optional[pulumi.Input[str]] = None):
|
405
369
|
"""
|
406
|
-
:param pulumi.Input[bool] is_daemon_set: If the Kubernetes cluster type is Daemon set then this will be set to true.
|
407
|
-
:param pulumi.Input[str] key: Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
408
370
|
:param pulumi.Input[str] name: Name of the property
|
409
371
|
:param pulumi.Input[str] type: The type of the DataSource.
|
410
372
|
"""
|
@@ -420,9 +382,6 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
420
382
|
@property
|
421
383
|
@pulumi.getter(name="isDaemonSet")
|
422
384
|
def is_daemon_set(self) -> Optional[pulumi.Input[bool]]:
|
423
|
-
"""
|
424
|
-
If the Kubernetes cluster type is Daemon set then this will be set to true.
|
425
|
-
"""
|
426
385
|
return pulumi.get(self, "is_daemon_set")
|
427
386
|
|
428
387
|
@is_daemon_set.setter
|
@@ -432,9 +391,6 @@ class ManagementAgentDataSourceSummaryListArgs:
|
|
432
391
|
@property
|
433
392
|
@pulumi.getter
|
434
393
|
def key(self) -> Optional[pulumi.Input[str]]:
|
435
|
-
"""
|
436
|
-
Identifier for DataSource. This represents the type and name for the data source associated with the Management Agent.
|
437
|
-
"""
|
438
394
|
return pulumi.get(self, "key")
|
439
395
|
|
440
396
|
@key.setter
|
@@ -23,7 +23,7 @@ class GetManagementAgentsResult:
|
|
23
23
|
"""
|
24
24
|
A collection of values returned by getManagementAgents.
|
25
25
|
"""
|
26
|
-
def __init__(__self__, access_level=None, availability_status=None, compartment_id=None, compartment_id_in_subtree=None, data_source_names=None, data_source_type=None, display_name=None, filters=None, gateway_ids=None, host_id=None, id=None, install_type=None, is_customer_deployed=None, management_agents=None, platform_types=None, plugin_names=None, state=None, versions=None):
|
26
|
+
def __init__(__self__, access_level=None, availability_status=None, compartment_id=None, compartment_id_in_subtree=None, data_source_names=None, data_source_type=None, display_name=None, filters=None, gateway_ids=None, host_id=None, id=None, install_type=None, is_customer_deployed=None, management_agents=None, platform_types=None, plugin_names=None, state=None, versions=None, wait_for_host_id=None):
|
27
27
|
if access_level and not isinstance(access_level, str):
|
28
28
|
raise TypeError("Expected argument 'access_level' to be a str")
|
29
29
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -78,6 +78,9 @@ class GetManagementAgentsResult:
|
|
78
78
|
if versions and not isinstance(versions, list):
|
79
79
|
raise TypeError("Expected argument 'versions' to be a list")
|
80
80
|
pulumi.set(__self__, "versions", versions)
|
81
|
+
if wait_for_host_id and not isinstance(wait_for_host_id, int):
|
82
|
+
raise TypeError("Expected argument 'wait_for_host_id' to be a int")
|
83
|
+
pulumi.set(__self__, "wait_for_host_id", wait_for_host_id)
|
81
84
|
|
82
85
|
@property
|
83
86
|
@pulumi.getter(name="accessLevel")
|
@@ -205,6 +208,11 @@ class GetManagementAgentsResult:
|
|
205
208
|
"""
|
206
209
|
return pulumi.get(self, "versions")
|
207
210
|
|
211
|
+
@property
|
212
|
+
@pulumi.getter(name="waitForHostId")
|
213
|
+
def wait_for_host_id(self) -> Optional[int]:
|
214
|
+
return pulumi.get(self, "wait_for_host_id")
|
215
|
+
|
208
216
|
|
209
217
|
class AwaitableGetManagementAgentsResult(GetManagementAgentsResult):
|
210
218
|
# pylint: disable=using-constant-test
|
@@ -229,7 +237,8 @@ class AwaitableGetManagementAgentsResult(GetManagementAgentsResult):
|
|
229
237
|
platform_types=self.platform_types,
|
230
238
|
plugin_names=self.plugin_names,
|
231
239
|
state=self.state,
|
232
|
-
versions=self.versions
|
240
|
+
versions=self.versions,
|
241
|
+
wait_for_host_id=self.wait_for_host_id)
|
233
242
|
|
234
243
|
|
235
244
|
def get_management_agents(access_level: Optional[str] = None,
|
@@ -248,6 +257,7 @@ def get_management_agents(access_level: Optional[str] = None,
|
|
248
257
|
plugin_names: Optional[Sequence[str]] = None,
|
249
258
|
state: Optional[str] = None,
|
250
259
|
versions: Optional[Sequence[str]] = None,
|
260
|
+
wait_for_host_id: Optional[int] = None,
|
251
261
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagementAgentsResult:
|
252
262
|
"""
|
253
263
|
This data source provides the list of Management Agents in Oracle Cloud Infrastructure Management Agent service.
|
@@ -272,6 +282,7 @@ def get_management_agents(access_level: Optional[str] = None,
|
|
272
282
|
display_name=var["management_agent_display_name"],
|
273
283
|
gateway_ids=oci_apigateway_gateway["test_gateway"]["id"],
|
274
284
|
host_id=oci_management_agent_host["test_host"]["id"],
|
285
|
+
wait_for_host_id=10,
|
275
286
|
install_type=var["management_agent_install_type"],
|
276
287
|
is_customer_deployed=var["management_agent_is_customer_deployed"],
|
277
288
|
platform_types=var["management_agent_platform_type"],
|
@@ -297,6 +308,7 @@ def get_management_agents(access_level: Optional[str] = None,
|
|
297
308
|
:param Sequence[str] plugin_names: Array of pluginName to return only Management Agents having the particular Plugins installed. A special pluginName of 'None' can be provided and this will return only Management Agents having no plugin installed. Example: ["PluginA"]
|
298
309
|
:param str state: Filter to return only Management Agents in the particular lifecycle state.
|
299
310
|
:param Sequence[str] versions: Array of versions to return only Management Agents having the particular agent versions. Example: ["202020.0101","210201.0513"]
|
311
|
+
:param int wait_for_host_id: When host_id argument is set, the data source will wait for the given period of time (in minutes) for this host_id to become available. This can be used when compute instance with Management Agent has been recently created.
|
300
312
|
"""
|
301
313
|
__args__ = dict()
|
302
314
|
__args__['accessLevel'] = access_level
|
@@ -315,6 +327,7 @@ def get_management_agents(access_level: Optional[str] = None,
|
|
315
327
|
__args__['pluginNames'] = plugin_names
|
316
328
|
__args__['state'] = state
|
317
329
|
__args__['versions'] = versions
|
330
|
+
__args__['waitForHostId'] = wait_for_host_id
|
318
331
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
319
332
|
__ret__ = pulumi.runtime.invoke('oci:ManagementAgent/getManagementAgents:getManagementAgents', __args__, opts=opts, typ=GetManagementAgentsResult).value
|
320
333
|
|
@@ -336,7 +349,8 @@ def get_management_agents(access_level: Optional[str] = None,
|
|
336
349
|
platform_types=pulumi.get(__ret__, 'platform_types'),
|
337
350
|
plugin_names=pulumi.get(__ret__, 'plugin_names'),
|
338
351
|
state=pulumi.get(__ret__, 'state'),
|
339
|
-
versions=pulumi.get(__ret__, 'versions')
|
352
|
+
versions=pulumi.get(__ret__, 'versions'),
|
353
|
+
wait_for_host_id=pulumi.get(__ret__, 'wait_for_host_id'))
|
340
354
|
|
341
355
|
|
342
356
|
@_utilities.lift_output_func(get_management_agents)
|
@@ -356,6 +370,7 @@ def get_management_agents_output(access_level: Optional[pulumi.Input[Optional[st
|
|
356
370
|
plugin_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
357
371
|
state: Optional[pulumi.Input[Optional[str]]] = None,
|
358
372
|
versions: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
373
|
+
wait_for_host_id: Optional[pulumi.Input[Optional[int]]] = None,
|
359
374
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagementAgentsResult]:
|
360
375
|
"""
|
361
376
|
This data source provides the list of Management Agents in Oracle Cloud Infrastructure Management Agent service.
|
@@ -380,6 +395,7 @@ def get_management_agents_output(access_level: Optional[pulumi.Input[Optional[st
|
|
380
395
|
display_name=var["management_agent_display_name"],
|
381
396
|
gateway_ids=oci_apigateway_gateway["test_gateway"]["id"],
|
382
397
|
host_id=oci_management_agent_host["test_host"]["id"],
|
398
|
+
wait_for_host_id=10,
|
383
399
|
install_type=var["management_agent_install_type"],
|
384
400
|
is_customer_deployed=var["management_agent_is_customer_deployed"],
|
385
401
|
platform_types=var["management_agent_platform_type"],
|
@@ -405,5 +421,6 @@ def get_management_agents_output(access_level: Optional[pulumi.Input[Optional[st
|
|
405
421
|
:param Sequence[str] plugin_names: Array of pluginName to return only Management Agents having the particular Plugins installed. A special pluginName of 'None' can be provided and this will return only Management Agents having no plugin installed. Example: ["PluginA"]
|
406
422
|
:param str state: Filter to return only Management Agents in the particular lifecycle state.
|
407
423
|
:param Sequence[str] versions: Array of versions to return only Management Agents having the particular agent versions. Example: ["202020.0101","210201.0513"]
|
424
|
+
:param int wait_for_host_id: When host_id argument is set, the data source will wait for the given period of time (in minutes) for this host_id to become available. This can be used when compute instance with Management Agent has been recently created.
|
408
425
|
"""
|
409
426
|
...
|