pulumi-oci 2.25.0a1740032973__py3-none-any.whl → 2.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +102 -0
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +74 -35
- pulumi_oci/containerengine/cluster.py +4 -0
- pulumi_oci/containerengine/container_instance.py +2 -4
- pulumi_oci/containerengine/outputs.py +180 -21
- pulumi_oci/containerinstances/outputs.py +0 -14
- pulumi_oci/core/_inputs.py +21 -33
- pulumi_oci/core/outputs.py +13 -21
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/_inputs.py +1246 -57
- pulumi_oci/database/application_vip.py +59 -10
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +90 -22
- pulumi_oci/database/backup.py +153 -5
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
- pulumi_oci/database/cloud_vm_cluster.py +163 -30
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_node.py +64 -8
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +157 -3
- pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
- pulumi_oci/database/exadb_vm_cluster.py +84 -7
- pulumi_oci/database/exascale_db_storage_vault.py +147 -0
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_non_container_database.py +4 -4
- pulumi_oci/database/external_pluggable_database.py +4 -4
- pulumi_oci/database/get_application_vip.py +16 -2
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_backups.py +136 -10
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
- pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_software_images.py +20 -1
- pulumi_oci/database/get_db_node.py +31 -4
- pulumi_oci/database/get_db_server.py +15 -1
- pulumi_oci/database/get_exadata_infrastructure.py +57 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
- pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_flex_components.py +28 -6
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_vm_cluster.py +60 -4
- pulumi_oci/database/get_vm_clusters.py +25 -3
- pulumi_oci/database/outputs.py +2260 -87
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/vm_cluster.py +172 -18
- pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
- pulumi_oci/datasafe/__init__.py +7 -0
- pulumi_oci/datasafe/_inputs.py +301 -0
- pulumi_oci/datasafe/discovery_mod.py +49 -0
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_masking_report.py +46 -4
- pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
- pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
- pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
- pulumi_oci/datasafe/outputs.py +676 -3
- pulumi_oci/datasafe/sensitive_data_model.py +49 -0
- pulumi_oci/datasafe/sensitive_type_group.py +563 -0
- pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1160 -41
- pulumi_oci/datascience/get_model.py +29 -1
- pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
- pulumi_oci/datascience/get_model_version_set.py +15 -1
- pulumi_oci/datascience/get_model_version_sets.py +25 -3
- pulumi_oci/datascience/get_models.py +25 -3
- pulumi_oci/datascience/get_pipeline.py +15 -1
- pulumi_oci/datascience/model.py +64 -0
- pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
- pulumi_oci/datascience/model_version_set.py +28 -0
- pulumi_oci/datascience/outputs.py +4343 -2164
- pulumi_oci/datascience/pipeline.py +48 -141
- pulumi_oci/datascience/pipeline_run.py +32 -0
- pulumi_oci/dblm/__init__.py +17 -0
- pulumi_oci/dblm/_inputs.py +275 -0
- pulumi_oci/dblm/get_vulnerability.py +242 -0
- pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
- pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
- pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
- pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
- pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
- pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
- pulumi_oci/dblm/outputs.py +1294 -0
- pulumi_oci/dblm/vulnerability_scan.py +521 -0
- pulumi_oci/email/dkim.py +120 -20
- pulumi_oci/email/get_dkim.py +40 -1
- pulumi_oci/email/outputs.py +29 -0
- pulumi_oci/filestorage/__init__.py +3 -0
- pulumi_oci/filestorage/_inputs.py +49 -0
- pulumi_oci/filestorage/file_system.py +133 -0
- pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
- pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +263 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +1239 -10
- pulumi_oci/mysql/channel.py +28 -0
- pulumi_oci/mysql/get_channel.py +15 -1
- pulumi_oci/mysql/get_mysql_backup.py +15 -1
- pulumi_oci/mysql/get_mysql_configuration.py +15 -1
- pulumi_oci/mysql/get_mysql_db_system.py +15 -1
- pulumi_oci/mysql/mysql_backup.py +28 -0
- pulumi_oci/mysql/mysql_configuration.py +106 -0
- pulumi_oci/mysql/mysql_db_system.py +36 -0
- pulumi_oci/mysql/outputs.py +2008 -35
- pulumi_oci/opensearch/__init__.py +3 -0
- pulumi_oci/opensearch/_inputs.py +101 -0
- pulumi_oci/opensearch/cluster.py +76 -29
- pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
- pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
- pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
- pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
- pulumi_oci/opensearch/outputs.py +425 -0
- pulumi_oci/provider.py +20 -0
- pulumi_oci/psql/_inputs.py +258 -0
- pulumi_oci/psql/backup.py +129 -28
- pulumi_oci/psql/db_system.py +10 -0
- pulumi_oci/psql/get_backup.py +47 -2
- pulumi_oci/psql/get_backups.py +3 -0
- pulumi_oci/psql/get_configurations.py +23 -1
- pulumi_oci/psql/get_db_system.py +1 -1
- pulumi_oci/psql/get_db_systems.py +1 -1
- pulumi_oci/psql/outputs.py +541 -5
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/RECORD +218 -150
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.25.0a1740032973.dist-info → pulumi_oci-2.26.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,163 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetFleetErrorAnalyticsResult',
|
21
|
+
'AwaitableGetFleetErrorAnalyticsResult',
|
22
|
+
'get_fleet_error_analytics',
|
23
|
+
'get_fleet_error_analytics_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetFleetErrorAnalyticsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getFleetErrorAnalytics.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, compartment_id_in_subtree=None, filters=None, fleet_error_aggregation_collections=None, id=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if compartment_id_in_subtree and not isinstance(compartment_id_in_subtree, bool):
|
36
|
+
raise TypeError("Expected argument 'compartment_id_in_subtree' to be a bool")
|
37
|
+
pulumi.set(__self__, "compartment_id_in_subtree", compartment_id_in_subtree)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if fleet_error_aggregation_collections and not isinstance(fleet_error_aggregation_collections, list):
|
42
|
+
raise TypeError("Expected argument 'fleet_error_aggregation_collections' to be a list")
|
43
|
+
pulumi.set(__self__, "fleet_error_aggregation_collections", fleet_error_aggregation_collections)
|
44
|
+
if id and not isinstance(id, str):
|
45
|
+
raise TypeError("Expected argument 'id' to be a str")
|
46
|
+
pulumi.set(__self__, "id", id)
|
47
|
+
|
48
|
+
@property
|
49
|
+
@pulumi.getter(name="compartmentId")
|
50
|
+
def compartment_id(self) -> Optional[str]:
|
51
|
+
return pulumi.get(self, "compartment_id")
|
52
|
+
|
53
|
+
@property
|
54
|
+
@pulumi.getter(name="compartmentIdInSubtree")
|
55
|
+
def compartment_id_in_subtree(self) -> Optional[bool]:
|
56
|
+
return pulumi.get(self, "compartment_id_in_subtree")
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter
|
60
|
+
def filters(self) -> Optional[Sequence['outputs.GetFleetErrorAnalyticsFilterResult']]:
|
61
|
+
return pulumi.get(self, "filters")
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter(name="fleetErrorAggregationCollections")
|
65
|
+
def fleet_error_aggregation_collections(self) -> Sequence['outputs.GetFleetErrorAnalyticsFleetErrorAggregationCollectionResult']:
|
66
|
+
"""
|
67
|
+
The list of fleet_error_aggregation_collection.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "fleet_error_aggregation_collections")
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter
|
73
|
+
def id(self) -> str:
|
74
|
+
"""
|
75
|
+
The provider-assigned unique ID for this managed resource.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "id")
|
78
|
+
|
79
|
+
|
80
|
+
class AwaitableGetFleetErrorAnalyticsResult(GetFleetErrorAnalyticsResult):
|
81
|
+
# pylint: disable=using-constant-test
|
82
|
+
def __await__(self):
|
83
|
+
if False:
|
84
|
+
yield self
|
85
|
+
return GetFleetErrorAnalyticsResult(
|
86
|
+
compartment_id=self.compartment_id,
|
87
|
+
compartment_id_in_subtree=self.compartment_id_in_subtree,
|
88
|
+
filters=self.filters,
|
89
|
+
fleet_error_aggregation_collections=self.fleet_error_aggregation_collections,
|
90
|
+
id=self.id)
|
91
|
+
|
92
|
+
|
93
|
+
def get_fleet_error_analytics(compartment_id: Optional[str] = None,
|
94
|
+
compartment_id_in_subtree: Optional[bool] = None,
|
95
|
+
filters: Optional[Sequence[Union['GetFleetErrorAnalyticsFilterArgs', 'GetFleetErrorAnalyticsFilterArgsDict']]] = None,
|
96
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFleetErrorAnalyticsResult:
|
97
|
+
"""
|
98
|
+
This data source provides the list of Fleet Error Analytics in Oracle Cloud Infrastructure Jms service.
|
99
|
+
|
100
|
+
Returns a high level summary of FleetErrors.
|
101
|
+
|
102
|
+
## Example Usage
|
103
|
+
|
104
|
+
```python
|
105
|
+
import pulumi
|
106
|
+
import pulumi_oci as oci
|
107
|
+
|
108
|
+
test_fleet_error_analytics = oci.Jms.get_fleet_error_analytics(compartment_id=compartment_id,
|
109
|
+
compartment_id_in_subtree=fleet_error_analytic_compartment_id_in_subtree)
|
110
|
+
```
|
111
|
+
|
112
|
+
|
113
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
114
|
+
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
115
|
+
"""
|
116
|
+
__args__ = dict()
|
117
|
+
__args__['compartmentId'] = compartment_id
|
118
|
+
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
119
|
+
__args__['filters'] = filters
|
120
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
121
|
+
__ret__ = pulumi.runtime.invoke('oci:Jms/getFleetErrorAnalytics:getFleetErrorAnalytics', __args__, opts=opts, typ=GetFleetErrorAnalyticsResult).value
|
122
|
+
|
123
|
+
return AwaitableGetFleetErrorAnalyticsResult(
|
124
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
125
|
+
compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
|
126
|
+
filters=pulumi.get(__ret__, 'filters'),
|
127
|
+
fleet_error_aggregation_collections=pulumi.get(__ret__, 'fleet_error_aggregation_collections'),
|
128
|
+
id=pulumi.get(__ret__, 'id'))
|
129
|
+
def get_fleet_error_analytics_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
130
|
+
compartment_id_in_subtree: Optional[pulumi.Input[Optional[bool]]] = None,
|
131
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetFleetErrorAnalyticsFilterArgs', 'GetFleetErrorAnalyticsFilterArgsDict']]]]] = None,
|
132
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFleetErrorAnalyticsResult]:
|
133
|
+
"""
|
134
|
+
This data source provides the list of Fleet Error Analytics in Oracle Cloud Infrastructure Jms service.
|
135
|
+
|
136
|
+
Returns a high level summary of FleetErrors.
|
137
|
+
|
138
|
+
## Example Usage
|
139
|
+
|
140
|
+
```python
|
141
|
+
import pulumi
|
142
|
+
import pulumi_oci as oci
|
143
|
+
|
144
|
+
test_fleet_error_analytics = oci.Jms.get_fleet_error_analytics(compartment_id=compartment_id,
|
145
|
+
compartment_id_in_subtree=fleet_error_analytic_compartment_id_in_subtree)
|
146
|
+
```
|
147
|
+
|
148
|
+
|
149
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
150
|
+
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
151
|
+
"""
|
152
|
+
__args__ = dict()
|
153
|
+
__args__['compartmentId'] = compartment_id
|
154
|
+
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
155
|
+
__args__['filters'] = filters
|
156
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
157
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getFleetErrorAnalytics:getFleetErrorAnalytics', __args__, opts=opts, typ=GetFleetErrorAnalyticsResult)
|
158
|
+
return __ret__.apply(lambda __response__: GetFleetErrorAnalyticsResult(
|
159
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
160
|
+
compartment_id_in_subtree=pulumi.get(__response__, 'compartment_id_in_subtree'),
|
161
|
+
filters=pulumi.get(__response__, 'filters'),
|
162
|
+
fleet_error_aggregation_collections=pulumi.get(__response__, 'fleet_error_aggregation_collections'),
|
163
|
+
id=pulumi.get(__response__, 'id')))
|
@@ -0,0 +1,264 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = [
|
20
|
+
'GetFleetErrorsResult',
|
21
|
+
'AwaitableGetFleetErrorsResult',
|
22
|
+
'get_fleet_errors',
|
23
|
+
'get_fleet_errors_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetFleetErrorsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getFleetErrors.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, compartment_id=None, compartment_id_in_subtree=None, filters=None, fleet_error_collections=None, fleet_id=None, id=None, time_first_seen_greater_than_or_equal_to=None, time_first_seen_less_than_or_equal_to=None, time_last_seen_greater_than_or_equal_to=None, time_last_seen_less_than_or_equal_to=None):
|
32
|
+
if compartment_id and not isinstance(compartment_id, str):
|
33
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
34
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
35
|
+
if compartment_id_in_subtree and not isinstance(compartment_id_in_subtree, bool):
|
36
|
+
raise TypeError("Expected argument 'compartment_id_in_subtree' to be a bool")
|
37
|
+
pulumi.set(__self__, "compartment_id_in_subtree", compartment_id_in_subtree)
|
38
|
+
if filters and not isinstance(filters, list):
|
39
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
40
|
+
pulumi.set(__self__, "filters", filters)
|
41
|
+
if fleet_error_collections and not isinstance(fleet_error_collections, list):
|
42
|
+
raise TypeError("Expected argument 'fleet_error_collections' to be a list")
|
43
|
+
pulumi.set(__self__, "fleet_error_collections", fleet_error_collections)
|
44
|
+
if fleet_id and not isinstance(fleet_id, str):
|
45
|
+
raise TypeError("Expected argument 'fleet_id' to be a str")
|
46
|
+
pulumi.set(__self__, "fleet_id", fleet_id)
|
47
|
+
if id and not isinstance(id, str):
|
48
|
+
raise TypeError("Expected argument 'id' to be a str")
|
49
|
+
pulumi.set(__self__, "id", id)
|
50
|
+
if time_first_seen_greater_than_or_equal_to and not isinstance(time_first_seen_greater_than_or_equal_to, str):
|
51
|
+
raise TypeError("Expected argument 'time_first_seen_greater_than_or_equal_to' to be a str")
|
52
|
+
pulumi.set(__self__, "time_first_seen_greater_than_or_equal_to", time_first_seen_greater_than_or_equal_to)
|
53
|
+
if time_first_seen_less_than_or_equal_to and not isinstance(time_first_seen_less_than_or_equal_to, str):
|
54
|
+
raise TypeError("Expected argument 'time_first_seen_less_than_or_equal_to' to be a str")
|
55
|
+
pulumi.set(__self__, "time_first_seen_less_than_or_equal_to", time_first_seen_less_than_or_equal_to)
|
56
|
+
if time_last_seen_greater_than_or_equal_to and not isinstance(time_last_seen_greater_than_or_equal_to, str):
|
57
|
+
raise TypeError("Expected argument 'time_last_seen_greater_than_or_equal_to' to be a str")
|
58
|
+
pulumi.set(__self__, "time_last_seen_greater_than_or_equal_to", time_last_seen_greater_than_or_equal_to)
|
59
|
+
if time_last_seen_less_than_or_equal_to and not isinstance(time_last_seen_less_than_or_equal_to, str):
|
60
|
+
raise TypeError("Expected argument 'time_last_seen_less_than_or_equal_to' to be a str")
|
61
|
+
pulumi.set(__self__, "time_last_seen_less_than_or_equal_to", time_last_seen_less_than_or_equal_to)
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter(name="compartmentId")
|
65
|
+
def compartment_id(self) -> Optional[str]:
|
66
|
+
"""
|
67
|
+
The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "compartment_id")
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="compartmentIdInSubtree")
|
73
|
+
def compartment_id_in_subtree(self) -> Optional[bool]:
|
74
|
+
return pulumi.get(self, "compartment_id_in_subtree")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter
|
78
|
+
def filters(self) -> Optional[Sequence['outputs.GetFleetErrorsFilterResult']]:
|
79
|
+
return pulumi.get(self, "filters")
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter(name="fleetErrorCollections")
|
83
|
+
def fleet_error_collections(self) -> Sequence['outputs.GetFleetErrorsFleetErrorCollectionResult']:
|
84
|
+
"""
|
85
|
+
The list of fleet_error_collection.
|
86
|
+
"""
|
87
|
+
return pulumi.get(self, "fleet_error_collections")
|
88
|
+
|
89
|
+
@property
|
90
|
+
@pulumi.getter(name="fleetId")
|
91
|
+
def fleet_id(self) -> Optional[str]:
|
92
|
+
"""
|
93
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
94
|
+
"""
|
95
|
+
return pulumi.get(self, "fleet_id")
|
96
|
+
|
97
|
+
@property
|
98
|
+
@pulumi.getter
|
99
|
+
def id(self) -> str:
|
100
|
+
"""
|
101
|
+
The provider-assigned unique ID for this managed resource.
|
102
|
+
"""
|
103
|
+
return pulumi.get(self, "id")
|
104
|
+
|
105
|
+
@property
|
106
|
+
@pulumi.getter(name="timeFirstSeenGreaterThanOrEqualTo")
|
107
|
+
def time_first_seen_greater_than_or_equal_to(self) -> Optional[str]:
|
108
|
+
return pulumi.get(self, "time_first_seen_greater_than_or_equal_to")
|
109
|
+
|
110
|
+
@property
|
111
|
+
@pulumi.getter(name="timeFirstSeenLessThanOrEqualTo")
|
112
|
+
def time_first_seen_less_than_or_equal_to(self) -> Optional[str]:
|
113
|
+
return pulumi.get(self, "time_first_seen_less_than_or_equal_to")
|
114
|
+
|
115
|
+
@property
|
116
|
+
@pulumi.getter(name="timeLastSeenGreaterThanOrEqualTo")
|
117
|
+
def time_last_seen_greater_than_or_equal_to(self) -> Optional[str]:
|
118
|
+
return pulumi.get(self, "time_last_seen_greater_than_or_equal_to")
|
119
|
+
|
120
|
+
@property
|
121
|
+
@pulumi.getter(name="timeLastSeenLessThanOrEqualTo")
|
122
|
+
def time_last_seen_less_than_or_equal_to(self) -> Optional[str]:
|
123
|
+
return pulumi.get(self, "time_last_seen_less_than_or_equal_to")
|
124
|
+
|
125
|
+
|
126
|
+
class AwaitableGetFleetErrorsResult(GetFleetErrorsResult):
|
127
|
+
# pylint: disable=using-constant-test
|
128
|
+
def __await__(self):
|
129
|
+
if False:
|
130
|
+
yield self
|
131
|
+
return GetFleetErrorsResult(
|
132
|
+
compartment_id=self.compartment_id,
|
133
|
+
compartment_id_in_subtree=self.compartment_id_in_subtree,
|
134
|
+
filters=self.filters,
|
135
|
+
fleet_error_collections=self.fleet_error_collections,
|
136
|
+
fleet_id=self.fleet_id,
|
137
|
+
id=self.id,
|
138
|
+
time_first_seen_greater_than_or_equal_to=self.time_first_seen_greater_than_or_equal_to,
|
139
|
+
time_first_seen_less_than_or_equal_to=self.time_first_seen_less_than_or_equal_to,
|
140
|
+
time_last_seen_greater_than_or_equal_to=self.time_last_seen_greater_than_or_equal_to,
|
141
|
+
time_last_seen_less_than_or_equal_to=self.time_last_seen_less_than_or_equal_to)
|
142
|
+
|
143
|
+
|
144
|
+
def get_fleet_errors(compartment_id: Optional[str] = None,
|
145
|
+
compartment_id_in_subtree: Optional[bool] = None,
|
146
|
+
filters: Optional[Sequence[Union['GetFleetErrorsFilterArgs', 'GetFleetErrorsFilterArgsDict']]] = None,
|
147
|
+
fleet_id: Optional[str] = None,
|
148
|
+
time_first_seen_greater_than_or_equal_to: Optional[str] = None,
|
149
|
+
time_first_seen_less_than_or_equal_to: Optional[str] = None,
|
150
|
+
time_last_seen_greater_than_or_equal_to: Optional[str] = None,
|
151
|
+
time_last_seen_less_than_or_equal_to: Optional[str] = None,
|
152
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFleetErrorsResult:
|
153
|
+
"""
|
154
|
+
This data source provides the list of Fleet Errors in Oracle Cloud Infrastructure Jms service.
|
155
|
+
|
156
|
+
Returns a list of fleet errors that describe all detected errors.
|
157
|
+
|
158
|
+
## Example Usage
|
159
|
+
|
160
|
+
```python
|
161
|
+
import pulumi
|
162
|
+
import pulumi_oci as oci
|
163
|
+
|
164
|
+
test_fleet_errors = oci.Jms.get_fleet_errors(compartment_id=compartment_id,
|
165
|
+
compartment_id_in_subtree=fleet_error_compartment_id_in_subtree,
|
166
|
+
fleet_id=test_fleet["id"],
|
167
|
+
time_first_seen_greater_than_or_equal_to=fleet_error_time_first_seen_greater_than_or_equal_to,
|
168
|
+
time_first_seen_less_than_or_equal_to=fleet_error_time_first_seen_less_than_or_equal_to,
|
169
|
+
time_last_seen_greater_than_or_equal_to=fleet_error_time_last_seen_greater_than_or_equal_to,
|
170
|
+
time_last_seen_less_than_or_equal_to=fleet_error_time_last_seen_less_than_or_equal_to)
|
171
|
+
```
|
172
|
+
|
173
|
+
|
174
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
175
|
+
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
176
|
+
:param str fleet_id: The ID of the Fleet.
|
177
|
+
:param str time_first_seen_greater_than_or_equal_to: If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
178
|
+
:param str time_first_seen_less_than_or_equal_to: If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
179
|
+
:param str time_last_seen_greater_than_or_equal_to: If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
180
|
+
:param str time_last_seen_less_than_or_equal_to: If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
181
|
+
"""
|
182
|
+
__args__ = dict()
|
183
|
+
__args__['compartmentId'] = compartment_id
|
184
|
+
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
185
|
+
__args__['filters'] = filters
|
186
|
+
__args__['fleetId'] = fleet_id
|
187
|
+
__args__['timeFirstSeenGreaterThanOrEqualTo'] = time_first_seen_greater_than_or_equal_to
|
188
|
+
__args__['timeFirstSeenLessThanOrEqualTo'] = time_first_seen_less_than_or_equal_to
|
189
|
+
__args__['timeLastSeenGreaterThanOrEqualTo'] = time_last_seen_greater_than_or_equal_to
|
190
|
+
__args__['timeLastSeenLessThanOrEqualTo'] = time_last_seen_less_than_or_equal_to
|
191
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
192
|
+
__ret__ = pulumi.runtime.invoke('oci:Jms/getFleetErrors:getFleetErrors', __args__, opts=opts, typ=GetFleetErrorsResult).value
|
193
|
+
|
194
|
+
return AwaitableGetFleetErrorsResult(
|
195
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
196
|
+
compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
|
197
|
+
filters=pulumi.get(__ret__, 'filters'),
|
198
|
+
fleet_error_collections=pulumi.get(__ret__, 'fleet_error_collections'),
|
199
|
+
fleet_id=pulumi.get(__ret__, 'fleet_id'),
|
200
|
+
id=pulumi.get(__ret__, 'id'),
|
201
|
+
time_first_seen_greater_than_or_equal_to=pulumi.get(__ret__, 'time_first_seen_greater_than_or_equal_to'),
|
202
|
+
time_first_seen_less_than_or_equal_to=pulumi.get(__ret__, 'time_first_seen_less_than_or_equal_to'),
|
203
|
+
time_last_seen_greater_than_or_equal_to=pulumi.get(__ret__, 'time_last_seen_greater_than_or_equal_to'),
|
204
|
+
time_last_seen_less_than_or_equal_to=pulumi.get(__ret__, 'time_last_seen_less_than_or_equal_to'))
|
205
|
+
def get_fleet_errors_output(compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
206
|
+
compartment_id_in_subtree: Optional[pulumi.Input[Optional[bool]]] = None,
|
207
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetFleetErrorsFilterArgs', 'GetFleetErrorsFilterArgsDict']]]]] = None,
|
208
|
+
fleet_id: Optional[pulumi.Input[Optional[str]]] = None,
|
209
|
+
time_first_seen_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
210
|
+
time_first_seen_less_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
+
time_last_seen_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
212
|
+
time_last_seen_less_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
|
213
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFleetErrorsResult]:
|
214
|
+
"""
|
215
|
+
This data source provides the list of Fleet Errors in Oracle Cloud Infrastructure Jms service.
|
216
|
+
|
217
|
+
Returns a list of fleet errors that describe all detected errors.
|
218
|
+
|
219
|
+
## Example Usage
|
220
|
+
|
221
|
+
```python
|
222
|
+
import pulumi
|
223
|
+
import pulumi_oci as oci
|
224
|
+
|
225
|
+
test_fleet_errors = oci.Jms.get_fleet_errors(compartment_id=compartment_id,
|
226
|
+
compartment_id_in_subtree=fleet_error_compartment_id_in_subtree,
|
227
|
+
fleet_id=test_fleet["id"],
|
228
|
+
time_first_seen_greater_than_or_equal_to=fleet_error_time_first_seen_greater_than_or_equal_to,
|
229
|
+
time_first_seen_less_than_or_equal_to=fleet_error_time_first_seen_less_than_or_equal_to,
|
230
|
+
time_last_seen_greater_than_or_equal_to=fleet_error_time_last_seen_greater_than_or_equal_to,
|
231
|
+
time_last_seen_less_than_or_equal_to=fleet_error_time_last_seen_less_than_or_equal_to)
|
232
|
+
```
|
233
|
+
|
234
|
+
|
235
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
236
|
+
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
237
|
+
:param str fleet_id: The ID of the Fleet.
|
238
|
+
:param str time_first_seen_greater_than_or_equal_to: If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
239
|
+
:param str time_first_seen_less_than_or_equal_to: If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
240
|
+
:param str time_last_seen_greater_than_or_equal_to: If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
|
241
|
+
:param str time_last_seen_less_than_or_equal_to: If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
|
242
|
+
"""
|
243
|
+
__args__ = dict()
|
244
|
+
__args__['compartmentId'] = compartment_id
|
245
|
+
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
246
|
+
__args__['filters'] = filters
|
247
|
+
__args__['fleetId'] = fleet_id
|
248
|
+
__args__['timeFirstSeenGreaterThanOrEqualTo'] = time_first_seen_greater_than_or_equal_to
|
249
|
+
__args__['timeFirstSeenLessThanOrEqualTo'] = time_first_seen_less_than_or_equal_to
|
250
|
+
__args__['timeLastSeenGreaterThanOrEqualTo'] = time_last_seen_greater_than_or_equal_to
|
251
|
+
__args__['timeLastSeenLessThanOrEqualTo'] = time_last_seen_less_than_or_equal_to
|
252
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
253
|
+
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getFleetErrors:getFleetErrors', __args__, opts=opts, typ=GetFleetErrorsResult)
|
254
|
+
return __ret__.apply(lambda __response__: GetFleetErrorsResult(
|
255
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
256
|
+
compartment_id_in_subtree=pulumi.get(__response__, 'compartment_id_in_subtree'),
|
257
|
+
filters=pulumi.get(__response__, 'filters'),
|
258
|
+
fleet_error_collections=pulumi.get(__response__, 'fleet_error_collections'),
|
259
|
+
fleet_id=pulumi.get(__response__, 'fleet_id'),
|
260
|
+
id=pulumi.get(__response__, 'id'),
|
261
|
+
time_first_seen_greater_than_or_equal_to=pulumi.get(__response__, 'time_first_seen_greater_than_or_equal_to'),
|
262
|
+
time_first_seen_less_than_or_equal_to=pulumi.get(__response__, 'time_first_seen_less_than_or_equal_to'),
|
263
|
+
time_last_seen_greater_than_or_equal_to=pulumi.get(__response__, 'time_last_seen_greater_than_or_equal_to'),
|
264
|
+
time_last_seen_less_than_or_equal_to=pulumi.get(__response__, 'time_last_seen_less_than_or_equal_to')))
|
@@ -28,10 +28,13 @@ class GetFleetPerformanceTuningAnalysisResultsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getFleetPerformanceTuningAnalysisResults.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, application_id=None, filters=None, fleet_id=None, host_name=None, id=None, managed_instance_id=None, performance_tuning_analysis_result_collections=None, time_end=None, time_start=None):
|
31
|
+
def __init__(__self__, application_id=None, application_name=None, filters=None, fleet_id=None, host_name=None, id=None, managed_instance_id=None, performance_tuning_analysis_result_collections=None, time_end=None, time_start=None):
|
32
32
|
if application_id and not isinstance(application_id, str):
|
33
33
|
raise TypeError("Expected argument 'application_id' to be a str")
|
34
34
|
pulumi.set(__self__, "application_id", application_id)
|
35
|
+
if application_name and not isinstance(application_name, str):
|
36
|
+
raise TypeError("Expected argument 'application_name' to be a str")
|
37
|
+
pulumi.set(__self__, "application_name", application_name)
|
35
38
|
if filters and not isinstance(filters, list):
|
36
39
|
raise TypeError("Expected argument 'filters' to be a list")
|
37
40
|
pulumi.set(__self__, "filters", filters)
|
@@ -65,6 +68,14 @@ class GetFleetPerformanceTuningAnalysisResultsResult:
|
|
65
68
|
"""
|
66
69
|
return pulumi.get(self, "application_id")
|
67
70
|
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="applicationName")
|
73
|
+
def application_name(self) -> Optional[str]:
|
74
|
+
"""
|
75
|
+
The name of the application for which the report has been generated.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "application_name")
|
78
|
+
|
68
79
|
@property
|
69
80
|
@pulumi.getter
|
70
81
|
def filters(self) -> Optional[Sequence['outputs.GetFleetPerformanceTuningAnalysisResultsFilterResult']]:
|
@@ -128,6 +139,7 @@ class AwaitableGetFleetPerformanceTuningAnalysisResultsResult(GetFleetPerformanc
|
|
128
139
|
yield self
|
129
140
|
return GetFleetPerformanceTuningAnalysisResultsResult(
|
130
141
|
application_id=self.application_id,
|
142
|
+
application_name=self.application_name,
|
131
143
|
filters=self.filters,
|
132
144
|
fleet_id=self.fleet_id,
|
133
145
|
host_name=self.host_name,
|
@@ -139,6 +151,7 @@ class AwaitableGetFleetPerformanceTuningAnalysisResultsResult(GetFleetPerformanc
|
|
139
151
|
|
140
152
|
|
141
153
|
def get_fleet_performance_tuning_analysis_results(application_id: Optional[str] = None,
|
154
|
+
application_name: Optional[str] = None,
|
142
155
|
filters: Optional[Sequence[Union['GetFleetPerformanceTuningAnalysisResultsFilterArgs', 'GetFleetPerformanceTuningAnalysisResultsFilterArgsDict']]] = None,
|
143
156
|
fleet_id: Optional[str] = None,
|
144
157
|
host_name: Optional[str] = None,
|
@@ -159,6 +172,7 @@ def get_fleet_performance_tuning_analysis_results(application_id: Optional[str]
|
|
159
172
|
|
160
173
|
test_fleet_performance_tuning_analysis_results = oci.Jms.get_fleet_performance_tuning_analysis_results(fleet_id=test_fleet["id"],
|
161
174
|
application_id=fleet_performance_tuning_analysis_result_application_id,
|
175
|
+
application_name=fleet_performance_tuning_analysis_result_application_name,
|
162
176
|
host_name=fleet_performance_tuning_analysis_result_host_name,
|
163
177
|
managed_instance_id=fleet_performance_tuning_analysis_result_managed_instance_id,
|
164
178
|
time_end=fleet_performance_tuning_analysis_result_time_end,
|
@@ -167,6 +181,7 @@ def get_fleet_performance_tuning_analysis_results(application_id: Optional[str]
|
|
167
181
|
|
168
182
|
|
169
183
|
:param str application_id: The Fleet-unique identifier of the related application.
|
184
|
+
:param str application_name: The name of the application.
|
170
185
|
:param str fleet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
171
186
|
:param str host_name: The host [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
|
172
187
|
:param str managed_instance_id: The Fleet-unique identifier of the related managed instance.
|
@@ -175,6 +190,7 @@ def get_fleet_performance_tuning_analysis_results(application_id: Optional[str]
|
|
175
190
|
"""
|
176
191
|
__args__ = dict()
|
177
192
|
__args__['applicationId'] = application_id
|
193
|
+
__args__['applicationName'] = application_name
|
178
194
|
__args__['filters'] = filters
|
179
195
|
__args__['fleetId'] = fleet_id
|
180
196
|
__args__['hostName'] = host_name
|
@@ -186,6 +202,7 @@ def get_fleet_performance_tuning_analysis_results(application_id: Optional[str]
|
|
186
202
|
|
187
203
|
return AwaitableGetFleetPerformanceTuningAnalysisResultsResult(
|
188
204
|
application_id=pulumi.get(__ret__, 'application_id'),
|
205
|
+
application_name=pulumi.get(__ret__, 'application_name'),
|
189
206
|
filters=pulumi.get(__ret__, 'filters'),
|
190
207
|
fleet_id=pulumi.get(__ret__, 'fleet_id'),
|
191
208
|
host_name=pulumi.get(__ret__, 'host_name'),
|
@@ -195,6 +212,7 @@ def get_fleet_performance_tuning_analysis_results(application_id: Optional[str]
|
|
195
212
|
time_end=pulumi.get(__ret__, 'time_end'),
|
196
213
|
time_start=pulumi.get(__ret__, 'time_start'))
|
197
214
|
def get_fleet_performance_tuning_analysis_results_output(application_id: Optional[pulumi.Input[Optional[str]]] = None,
|
215
|
+
application_name: Optional[pulumi.Input[Optional[str]]] = None,
|
198
216
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetFleetPerformanceTuningAnalysisResultsFilterArgs', 'GetFleetPerformanceTuningAnalysisResultsFilterArgsDict']]]]] = None,
|
199
217
|
fleet_id: Optional[pulumi.Input[str]] = None,
|
200
218
|
host_name: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -215,6 +233,7 @@ def get_fleet_performance_tuning_analysis_results_output(application_id: Optiona
|
|
215
233
|
|
216
234
|
test_fleet_performance_tuning_analysis_results = oci.Jms.get_fleet_performance_tuning_analysis_results(fleet_id=test_fleet["id"],
|
217
235
|
application_id=fleet_performance_tuning_analysis_result_application_id,
|
236
|
+
application_name=fleet_performance_tuning_analysis_result_application_name,
|
218
237
|
host_name=fleet_performance_tuning_analysis_result_host_name,
|
219
238
|
managed_instance_id=fleet_performance_tuning_analysis_result_managed_instance_id,
|
220
239
|
time_end=fleet_performance_tuning_analysis_result_time_end,
|
@@ -223,6 +242,7 @@ def get_fleet_performance_tuning_analysis_results_output(application_id: Optiona
|
|
223
242
|
|
224
243
|
|
225
244
|
:param str application_id: The Fleet-unique identifier of the related application.
|
245
|
+
:param str application_name: The name of the application.
|
226
246
|
:param str fleet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Fleet.
|
227
247
|
:param str host_name: The host [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the managed instance.
|
228
248
|
:param str managed_instance_id: The Fleet-unique identifier of the related managed instance.
|
@@ -231,6 +251,7 @@ def get_fleet_performance_tuning_analysis_results_output(application_id: Optiona
|
|
231
251
|
"""
|
232
252
|
__args__ = dict()
|
233
253
|
__args__['applicationId'] = application_id
|
254
|
+
__args__['applicationName'] = application_name
|
234
255
|
__args__['filters'] = filters
|
235
256
|
__args__['fleetId'] = fleet_id
|
236
257
|
__args__['hostName'] = host_name
|
@@ -241,6 +262,7 @@ def get_fleet_performance_tuning_analysis_results_output(application_id: Optiona
|
|
241
262
|
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getFleetPerformanceTuningAnalysisResults:getFleetPerformanceTuningAnalysisResults', __args__, opts=opts, typ=GetFleetPerformanceTuningAnalysisResultsResult)
|
242
263
|
return __ret__.apply(lambda __response__: GetFleetPerformanceTuningAnalysisResultsResult(
|
243
264
|
application_id=pulumi.get(__response__, 'application_id'),
|
265
|
+
application_name=pulumi.get(__response__, 'application_name'),
|
244
266
|
filters=pulumi.get(__response__, 'filters'),
|
245
267
|
fleet_id=pulumi.get(__response__, 'fleet_id'),
|
246
268
|
host_name=pulumi.get(__response__, 'host_name'),
|
@@ -28,10 +28,13 @@ class GetJmsPluginsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getJmsPlugins.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, agent_id=None, availability_status=None, compartment_id=None, compartment_id_in_subtree=None, filters=None, fleet_id=None, hostname_contains=None, id=None, jms_plugin_collections=None, state=None, time_last_seen_less_than_or_equal_to=None, time_registered_less_than_or_equal_to=None):
|
31
|
+
def __init__(__self__, agent_id=None, agent_type=None, availability_status=None, compartment_id=None, compartment_id_in_subtree=None, filters=None, fleet_id=None, hostname_contains=None, id=None, jms_plugin_collections=None, state=None, time_last_seen_less_than_or_equal_to=None, time_registered_less_than_or_equal_to=None):
|
32
32
|
if agent_id and not isinstance(agent_id, str):
|
33
33
|
raise TypeError("Expected argument 'agent_id' to be a str")
|
34
34
|
pulumi.set(__self__, "agent_id", agent_id)
|
35
|
+
if agent_type and not isinstance(agent_type, str):
|
36
|
+
raise TypeError("Expected argument 'agent_type' to be a str")
|
37
|
+
pulumi.set(__self__, "agent_type", agent_type)
|
35
38
|
if availability_status and not isinstance(availability_status, str):
|
36
39
|
raise TypeError("Expected argument 'availability_status' to be a str")
|
37
40
|
pulumi.set(__self__, "availability_status", availability_status)
|
@@ -74,6 +77,14 @@ class GetJmsPluginsResult:
|
|
74
77
|
"""
|
75
78
|
return pulumi.get(self, "agent_id")
|
76
79
|
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="agentType")
|
82
|
+
def agent_type(self) -> Optional[str]:
|
83
|
+
"""
|
84
|
+
The agent type.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "agent_type")
|
87
|
+
|
77
88
|
@property
|
78
89
|
@pulumi.getter(name="availabilityStatus")
|
79
90
|
def availability_status(self) -> Optional[str]:
|
@@ -155,6 +166,7 @@ class AwaitableGetJmsPluginsResult(GetJmsPluginsResult):
|
|
155
166
|
yield self
|
156
167
|
return GetJmsPluginsResult(
|
157
168
|
agent_id=self.agent_id,
|
169
|
+
agent_type=self.agent_type,
|
158
170
|
availability_status=self.availability_status,
|
159
171
|
compartment_id=self.compartment_id,
|
160
172
|
compartment_id_in_subtree=self.compartment_id_in_subtree,
|
@@ -169,6 +181,7 @@ class AwaitableGetJmsPluginsResult(GetJmsPluginsResult):
|
|
169
181
|
|
170
182
|
|
171
183
|
def get_jms_plugins(agent_id: Optional[str] = None,
|
184
|
+
agent_type: Optional[str] = None,
|
172
185
|
availability_status: Optional[str] = None,
|
173
186
|
compartment_id: Optional[str] = None,
|
174
187
|
compartment_id_in_subtree: Optional[bool] = None,
|
@@ -192,6 +205,7 @@ def get_jms_plugins(agent_id: Optional[str] = None,
|
|
192
205
|
import pulumi_oci as oci
|
193
206
|
|
194
207
|
test_jms_plugins = oci.Jms.get_jms_plugins(agent_id=jms_plugin_agent_id,
|
208
|
+
agent_type=jms_plugin_agent_type,
|
195
209
|
availability_status=jms_plugin_availability_status,
|
196
210
|
compartment_id=compartment_id,
|
197
211
|
compartment_id_in_subtree=jms_plugin_compartment_id_in_subtree,
|
@@ -205,6 +219,7 @@ def get_jms_plugins(agent_id: Optional[str] = None,
|
|
205
219
|
|
206
220
|
|
207
221
|
:param str agent_id: The ManagementAgent (OMA) or Instance (OCA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
|
222
|
+
:param str agent_type: Filter JmsPlugin with agent type.
|
208
223
|
:param str availability_status: Filter JmsPlugin with its availability status.
|
209
224
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
210
225
|
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
@@ -217,6 +232,7 @@ def get_jms_plugins(agent_id: Optional[str] = None,
|
|
217
232
|
"""
|
218
233
|
__args__ = dict()
|
219
234
|
__args__['agentId'] = agent_id
|
235
|
+
__args__['agentType'] = agent_type
|
220
236
|
__args__['availabilityStatus'] = availability_status
|
221
237
|
__args__['compartmentId'] = compartment_id
|
222
238
|
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
@@ -232,6 +248,7 @@ def get_jms_plugins(agent_id: Optional[str] = None,
|
|
232
248
|
|
233
249
|
return AwaitableGetJmsPluginsResult(
|
234
250
|
agent_id=pulumi.get(__ret__, 'agent_id'),
|
251
|
+
agent_type=pulumi.get(__ret__, 'agent_type'),
|
235
252
|
availability_status=pulumi.get(__ret__, 'availability_status'),
|
236
253
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
237
254
|
compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
|
@@ -244,6 +261,7 @@ def get_jms_plugins(agent_id: Optional[str] = None,
|
|
244
261
|
time_last_seen_less_than_or_equal_to=pulumi.get(__ret__, 'time_last_seen_less_than_or_equal_to'),
|
245
262
|
time_registered_less_than_or_equal_to=pulumi.get(__ret__, 'time_registered_less_than_or_equal_to'))
|
246
263
|
def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = None,
|
264
|
+
agent_type: Optional[pulumi.Input[Optional[str]]] = None,
|
247
265
|
availability_status: Optional[pulumi.Input[Optional[str]]] = None,
|
248
266
|
compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
249
267
|
compartment_id_in_subtree: Optional[pulumi.Input[Optional[bool]]] = None,
|
@@ -267,6 +285,7 @@ def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
267
285
|
import pulumi_oci as oci
|
268
286
|
|
269
287
|
test_jms_plugins = oci.Jms.get_jms_plugins(agent_id=jms_plugin_agent_id,
|
288
|
+
agent_type=jms_plugin_agent_type,
|
270
289
|
availability_status=jms_plugin_availability_status,
|
271
290
|
compartment_id=compartment_id,
|
272
291
|
compartment_id_in_subtree=jms_plugin_compartment_id_in_subtree,
|
@@ -280,6 +299,7 @@ def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
280
299
|
|
281
300
|
|
282
301
|
:param str agent_id: The ManagementAgent (OMA) or Instance (OCA) [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that identifies the Agent.
|
302
|
+
:param str agent_type: Filter JmsPlugin with agent type.
|
283
303
|
:param str availability_status: Filter JmsPlugin with its availability status.
|
284
304
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
285
305
|
:param bool compartment_id_in_subtree: Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
|
@@ -292,6 +312,7 @@ def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
292
312
|
"""
|
293
313
|
__args__ = dict()
|
294
314
|
__args__['agentId'] = agent_id
|
315
|
+
__args__['agentType'] = agent_type
|
295
316
|
__args__['availabilityStatus'] = availability_status
|
296
317
|
__args__['compartmentId'] = compartment_id
|
297
318
|
__args__['compartmentIdInSubtree'] = compartment_id_in_subtree
|
@@ -306,6 +327,7 @@ def get_jms_plugins_output(agent_id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
306
327
|
__ret__ = pulumi.runtime.invoke_output('oci:Jms/getJmsPlugins:getJmsPlugins', __args__, opts=opts, typ=GetJmsPluginsResult)
|
307
328
|
return __ret__.apply(lambda __response__: GetJmsPluginsResult(
|
308
329
|
agent_id=pulumi.get(__response__, 'agent_id'),
|
330
|
+
agent_type=pulumi.get(__response__, 'agent_type'),
|
309
331
|
availability_status=pulumi.get(__response__, 'availability_status'),
|
310
332
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
311
333
|
compartment_id_in_subtree=pulumi.get(__response__, 'compartment_id_in_subtree'),
|