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
@@ -53,6 +53,8 @@ __all__ = [
|
|
53
53
|
'MonitoredResourcesSearchAssociationItemSourceResourceDetail',
|
54
54
|
'MonitoredResourcesSearchItem',
|
55
55
|
'MonitoredResourcesSearchItemProperty',
|
56
|
+
'MonitoringTemplateAlarmConditionCondition',
|
57
|
+
'MonitoringTemplateMember',
|
56
58
|
'ProcessSetSpecification',
|
57
59
|
'ProcessSetSpecificationItem',
|
58
60
|
'GetBaselineableMetricsBaselineableMetricSummaryCollectionResult',
|
@@ -66,6 +68,11 @@ __all__ = [
|
|
66
68
|
'GetConfigsConfigCollectionResult',
|
67
69
|
'GetConfigsConfigCollectionItemResult',
|
68
70
|
'GetConfigsFilterResult',
|
71
|
+
'GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionResult',
|
72
|
+
'GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemResult',
|
73
|
+
'GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionResult',
|
74
|
+
'GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionConditionResult',
|
75
|
+
'GetDefinedMonitoringTemplatesFilterResult',
|
69
76
|
'GetDiscoveryJobDiscoveryDetailResult',
|
70
77
|
'GetDiscoveryJobDiscoveryDetailCredentialResult',
|
71
78
|
'GetDiscoveryJobDiscoveryDetailCredentialItemResult',
|
@@ -137,6 +144,16 @@ __all__ = [
|
|
137
144
|
'GetMonitoredResourcesMonitoredResourceCollectionItemCredentialPropertyResult',
|
138
145
|
'GetMonitoredResourcesMonitoredResourceCollectionItemDatabaseConnectionDetailResult',
|
139
146
|
'GetMonitoredResourcesMonitoredResourceCollectionItemPropertyResult',
|
147
|
+
'GetMonitoringTemplateAlarmConditionConditionResult',
|
148
|
+
'GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionResult',
|
149
|
+
'GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemResult',
|
150
|
+
'GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemConditionResult',
|
151
|
+
'GetMonitoringTemplateAlarmConditionsFilterResult',
|
152
|
+
'GetMonitoringTemplateMemberResult',
|
153
|
+
'GetMonitoringTemplatesFilterResult',
|
154
|
+
'GetMonitoringTemplatesMonitoringTemplateCollectionResult',
|
155
|
+
'GetMonitoringTemplatesMonitoringTemplateCollectionItemResult',
|
156
|
+
'GetMonitoringTemplatesMonitoringTemplateCollectionItemMemberResult',
|
140
157
|
'GetProcessSetSpecificationResult',
|
141
158
|
'GetProcessSetSpecificationItemResult',
|
142
159
|
'GetProcessSetsFilterResult',
|
@@ -2126,6 +2143,8 @@ class MonitoredResourceTypeMetadata(dict):
|
|
2126
2143
|
suggest = "valid_properties_for_updates"
|
2127
2144
|
elif key == "validPropertyValues":
|
2128
2145
|
suggest = "valid_property_values"
|
2146
|
+
elif key == "validSubResourceTypes":
|
2147
|
+
suggest = "valid_sub_resource_types"
|
2129
2148
|
|
2130
2149
|
if suggest:
|
2131
2150
|
pulumi.log.warn(f"Key '{key}' not found in MonitoredResourceTypeMetadata. Access the value via the '{suggest}' property getter instead.")
|
@@ -2145,7 +2164,8 @@ class MonitoredResourceTypeMetadata(dict):
|
|
2145
2164
|
unique_property_sets: Optional[Sequence['outputs.MonitoredResourceTypeMetadataUniquePropertySet']] = None,
|
2146
2165
|
valid_properties_for_creates: Optional[Sequence[str]] = None,
|
2147
2166
|
valid_properties_for_updates: Optional[Sequence[str]] = None,
|
2148
|
-
valid_property_values: Optional[Mapping[str, str]] = None
|
2167
|
+
valid_property_values: Optional[Mapping[str, str]] = None,
|
2168
|
+
valid_sub_resource_types: Optional[Sequence[str]] = None):
|
2149
2169
|
"""
|
2150
2170
|
:param str format: (Updatable) ResourceType metadata format to be used. Currently supports only one format. Possible values - SYSTEM_FORMAT.
|
2151
2171
|
* SYSTEM_FORMAT - The resource type metadata is defined in machine friendly format.
|
@@ -2155,6 +2175,7 @@ class MonitoredResourceTypeMetadata(dict):
|
|
2155
2175
|
:param Sequence[str] valid_properties_for_creates: (Updatable) List of valid properties for resource type while creating the monitored resource. If resources of this type specifies any other properties during create operation, the operation will fail.
|
2156
2176
|
:param Sequence[str] valid_properties_for_updates: (Updatable) List of valid properties for resource type while updating the monitored resource. If resources of this type specifies any other properties during update operation, the operation will fail.
|
2157
2177
|
:param Mapping[str, str] valid_property_values: (Updatable) List of valid values for the properties. This is useful when resource type wants to restrict only certain values for some properties. For instance for 'osType' property, supported values can be restricted to be either Linux or Windows. Example: `{ "osType": "Linux,Windows,Solaris"}`
|
2178
|
+
:param Sequence[str] valid_sub_resource_types: (Updatable) List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
2158
2179
|
"""
|
2159
2180
|
pulumi.set(__self__, "format", format)
|
2160
2181
|
if agent_properties is not None:
|
@@ -2169,6 +2190,8 @@ class MonitoredResourceTypeMetadata(dict):
|
|
2169
2190
|
pulumi.set(__self__, "valid_properties_for_updates", valid_properties_for_updates)
|
2170
2191
|
if valid_property_values is not None:
|
2171
2192
|
pulumi.set(__self__, "valid_property_values", valid_property_values)
|
2193
|
+
if valid_sub_resource_types is not None:
|
2194
|
+
pulumi.set(__self__, "valid_sub_resource_types", valid_sub_resource_types)
|
2172
2195
|
|
2173
2196
|
@property
|
2174
2197
|
@pulumi.getter
|
@@ -2227,6 +2250,14 @@ class MonitoredResourceTypeMetadata(dict):
|
|
2227
2250
|
"""
|
2228
2251
|
return pulumi.get(self, "valid_property_values")
|
2229
2252
|
|
2253
|
+
@property
|
2254
|
+
@pulumi.getter(name="validSubResourceTypes")
|
2255
|
+
def valid_sub_resource_types(self) -> Optional[Sequence[str]]:
|
2256
|
+
"""
|
2257
|
+
(Updatable) List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
2258
|
+
"""
|
2259
|
+
return pulumi.get(self, "valid_sub_resource_types")
|
2260
|
+
|
2230
2261
|
|
2231
2262
|
@pulumi.output_type
|
2232
2263
|
class MonitoredResourceTypeMetadataUniquePropertySet(dict):
|
@@ -3121,6 +3152,162 @@ class MonitoredResourcesSearchItemProperty(dict):
|
|
3121
3152
|
return pulumi.get(self, "value")
|
3122
3153
|
|
3123
3154
|
|
3155
|
+
@pulumi.output_type
|
3156
|
+
class MonitoringTemplateAlarmConditionCondition(dict):
|
3157
|
+
@staticmethod
|
3158
|
+
def __key_warning(key: str):
|
3159
|
+
suggest = None
|
3160
|
+
if key == "shouldAppendNote":
|
3161
|
+
suggest = "should_append_note"
|
3162
|
+
elif key == "shouldAppendUrl":
|
3163
|
+
suggest = "should_append_url"
|
3164
|
+
elif key == "triggerDelay":
|
3165
|
+
suggest = "trigger_delay"
|
3166
|
+
|
3167
|
+
if suggest:
|
3168
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoringTemplateAlarmConditionCondition. Access the value via the '{suggest}' property getter instead.")
|
3169
|
+
|
3170
|
+
def __getitem__(self, key: str) -> Any:
|
3171
|
+
MonitoringTemplateAlarmConditionCondition.__key_warning(key)
|
3172
|
+
return super().__getitem__(key)
|
3173
|
+
|
3174
|
+
def get(self, key: str, default = None) -> Any:
|
3175
|
+
MonitoringTemplateAlarmConditionCondition.__key_warning(key)
|
3176
|
+
return super().get(key, default)
|
3177
|
+
|
3178
|
+
def __init__(__self__, *,
|
3179
|
+
query: str,
|
3180
|
+
severity: str,
|
3181
|
+
body: Optional[str] = None,
|
3182
|
+
should_append_note: Optional[bool] = None,
|
3183
|
+
should_append_url: Optional[bool] = None,
|
3184
|
+
trigger_delay: Optional[str] = None):
|
3185
|
+
"""
|
3186
|
+
:param str query: (Updatable) The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
3187
|
+
:param str severity: (Updatable) Severity - Critical/Warning
|
3188
|
+
:param str body: (Updatable) The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
3189
|
+
:param bool should_append_note: (Updatable) Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
3190
|
+
:param bool should_append_url: (Updatable) Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
3191
|
+
:param str trigger_delay: (Updatable) The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
3192
|
+
"""
|
3193
|
+
pulumi.set(__self__, "query", query)
|
3194
|
+
pulumi.set(__self__, "severity", severity)
|
3195
|
+
if body is not None:
|
3196
|
+
pulumi.set(__self__, "body", body)
|
3197
|
+
if should_append_note is not None:
|
3198
|
+
pulumi.set(__self__, "should_append_note", should_append_note)
|
3199
|
+
if should_append_url is not None:
|
3200
|
+
pulumi.set(__self__, "should_append_url", should_append_url)
|
3201
|
+
if trigger_delay is not None:
|
3202
|
+
pulumi.set(__self__, "trigger_delay", trigger_delay)
|
3203
|
+
|
3204
|
+
@property
|
3205
|
+
@pulumi.getter
|
3206
|
+
def query(self) -> str:
|
3207
|
+
"""
|
3208
|
+
(Updatable) The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
3209
|
+
"""
|
3210
|
+
return pulumi.get(self, "query")
|
3211
|
+
|
3212
|
+
@property
|
3213
|
+
@pulumi.getter
|
3214
|
+
def severity(self) -> str:
|
3215
|
+
"""
|
3216
|
+
(Updatable) Severity - Critical/Warning
|
3217
|
+
"""
|
3218
|
+
return pulumi.get(self, "severity")
|
3219
|
+
|
3220
|
+
@property
|
3221
|
+
@pulumi.getter
|
3222
|
+
def body(self) -> Optional[str]:
|
3223
|
+
"""
|
3224
|
+
(Updatable) The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
3225
|
+
"""
|
3226
|
+
return pulumi.get(self, "body")
|
3227
|
+
|
3228
|
+
@property
|
3229
|
+
@pulumi.getter(name="shouldAppendNote")
|
3230
|
+
def should_append_note(self) -> Optional[bool]:
|
3231
|
+
"""
|
3232
|
+
(Updatable) Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
3233
|
+
"""
|
3234
|
+
return pulumi.get(self, "should_append_note")
|
3235
|
+
|
3236
|
+
@property
|
3237
|
+
@pulumi.getter(name="shouldAppendUrl")
|
3238
|
+
def should_append_url(self) -> Optional[bool]:
|
3239
|
+
"""
|
3240
|
+
(Updatable) Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
3241
|
+
"""
|
3242
|
+
return pulumi.get(self, "should_append_url")
|
3243
|
+
|
3244
|
+
@property
|
3245
|
+
@pulumi.getter(name="triggerDelay")
|
3246
|
+
def trigger_delay(self) -> Optional[str]:
|
3247
|
+
"""
|
3248
|
+
(Updatable) The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
3249
|
+
"""
|
3250
|
+
return pulumi.get(self, "trigger_delay")
|
3251
|
+
|
3252
|
+
|
3253
|
+
@pulumi.output_type
|
3254
|
+
class MonitoringTemplateMember(dict):
|
3255
|
+
@staticmethod
|
3256
|
+
def __key_warning(key: str):
|
3257
|
+
suggest = None
|
3258
|
+
if key == "compositeType":
|
3259
|
+
suggest = "composite_type"
|
3260
|
+
|
3261
|
+
if suggest:
|
3262
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoringTemplateMember. Access the value via the '{suggest}' property getter instead.")
|
3263
|
+
|
3264
|
+
def __getitem__(self, key: str) -> Any:
|
3265
|
+
MonitoringTemplateMember.__key_warning(key)
|
3266
|
+
return super().__getitem__(key)
|
3267
|
+
|
3268
|
+
def get(self, key: str, default = None) -> Any:
|
3269
|
+
MonitoringTemplateMember.__key_warning(key)
|
3270
|
+
return super().get(key, default)
|
3271
|
+
|
3272
|
+
def __init__(__self__, *,
|
3273
|
+
id: str,
|
3274
|
+
type: str,
|
3275
|
+
composite_type: Optional[str] = None):
|
3276
|
+
"""
|
3277
|
+
:param str id: (Updatable) The OCID of the resourceInstance/resourceType/resourceGroup
|
3278
|
+
:param str type: (Updatable) Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
3279
|
+
:param str composite_type: (Updatable) The OCID of the composite resource type like EBS or Peoplesoft.
|
3280
|
+
"""
|
3281
|
+
pulumi.set(__self__, "id", id)
|
3282
|
+
pulumi.set(__self__, "type", type)
|
3283
|
+
if composite_type is not None:
|
3284
|
+
pulumi.set(__self__, "composite_type", composite_type)
|
3285
|
+
|
3286
|
+
@property
|
3287
|
+
@pulumi.getter
|
3288
|
+
def id(self) -> str:
|
3289
|
+
"""
|
3290
|
+
(Updatable) The OCID of the resourceInstance/resourceType/resourceGroup
|
3291
|
+
"""
|
3292
|
+
return pulumi.get(self, "id")
|
3293
|
+
|
3294
|
+
@property
|
3295
|
+
@pulumi.getter
|
3296
|
+
def type(self) -> str:
|
3297
|
+
"""
|
3298
|
+
(Updatable) Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
3299
|
+
"""
|
3300
|
+
return pulumi.get(self, "type")
|
3301
|
+
|
3302
|
+
@property
|
3303
|
+
@pulumi.getter(name="compositeType")
|
3304
|
+
def composite_type(self) -> Optional[str]:
|
3305
|
+
"""
|
3306
|
+
(Updatable) The OCID of the composite resource type like EBS or Peoplesoft.
|
3307
|
+
"""
|
3308
|
+
return pulumi.get(self, "composite_type")
|
3309
|
+
|
3310
|
+
|
3124
3311
|
@pulumi.output_type
|
3125
3312
|
class ProcessSetSpecification(dict):
|
3126
3313
|
def __init__(__self__, *,
|
@@ -3885,210 +4072,474 @@ class GetConfigsFilterResult(dict):
|
|
3885
4072
|
|
3886
4073
|
|
3887
4074
|
@pulumi.output_type
|
3888
|
-
class
|
4075
|
+
class GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionResult(dict):
|
3889
4076
|
def __init__(__self__, *,
|
3890
|
-
|
3891
|
-
|
3892
|
-
|
3893
|
-
|
3894
|
-
|
4077
|
+
items: Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemResult']):
|
4078
|
+
"""
|
4079
|
+
:param Sequence['GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemArgs'] items: List of defined Monitoring Template.
|
4080
|
+
"""
|
4081
|
+
pulumi.set(__self__, "items", items)
|
4082
|
+
|
4083
|
+
@property
|
4084
|
+
@pulumi.getter
|
4085
|
+
def items(self) -> Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemResult']:
|
4086
|
+
"""
|
4087
|
+
List of defined Monitoring Template.
|
4088
|
+
"""
|
4089
|
+
return pulumi.get(self, "items")
|
4090
|
+
|
4091
|
+
|
4092
|
+
@pulumi.output_type
|
4093
|
+
class GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemResult(dict):
|
4094
|
+
def __init__(__self__, *,
|
4095
|
+
composite_type: str,
|
4096
|
+
defined_alarm_conditions: Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionResult'],
|
4097
|
+
display_name: str,
|
4098
|
+
id: str,
|
4099
|
+
namespace: str,
|
3895
4100
|
resource_type: str,
|
3896
|
-
|
4101
|
+
system_tags: Mapping[str, str],
|
4102
|
+
time_created: str,
|
4103
|
+
time_updated: str):
|
3897
4104
|
"""
|
3898
|
-
:param str
|
3899
|
-
:param Sequence['
|
3900
|
-
:param str
|
3901
|
-
:param
|
3902
|
-
:param str
|
3903
|
-
:param str resource_type:
|
3904
|
-
:param
|
4105
|
+
:param str composite_type: Type of composite resource type OCID like EBS/PEOPLE_SOFT.
|
4106
|
+
:param Sequence['GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionArgs'] defined_alarm_conditions: Defined Monitoring template alarm conditions
|
4107
|
+
:param str display_name: A filter to return monitoring template based on name.
|
4108
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the definedMonitoringTemplate.
|
4109
|
+
:param str namespace: The stack monitoring service or application emitting the metric that is evaluated by the alarm.
|
4110
|
+
:param str resource_type: The resource types OCID.
|
4111
|
+
:param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
4112
|
+
:param str time_created: The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
4113
|
+
:param str time_updated: The date and time the monitoringTemplate was updated. Format defined by RFC3339.
|
3905
4114
|
"""
|
3906
|
-
pulumi.set(__self__, "
|
3907
|
-
pulumi.set(__self__, "
|
3908
|
-
pulumi.set(__self__, "
|
3909
|
-
pulumi.set(__self__, "
|
3910
|
-
pulumi.set(__self__, "
|
4115
|
+
pulumi.set(__self__, "composite_type", composite_type)
|
4116
|
+
pulumi.set(__self__, "defined_alarm_conditions", defined_alarm_conditions)
|
4117
|
+
pulumi.set(__self__, "display_name", display_name)
|
4118
|
+
pulumi.set(__self__, "id", id)
|
4119
|
+
pulumi.set(__self__, "namespace", namespace)
|
3911
4120
|
pulumi.set(__self__, "resource_type", resource_type)
|
3912
|
-
pulumi.set(__self__, "
|
4121
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4122
|
+
pulumi.set(__self__, "time_created", time_created)
|
4123
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
3913
4124
|
|
3914
4125
|
@property
|
3915
|
-
@pulumi.getter(name="
|
3916
|
-
def
|
4126
|
+
@pulumi.getter(name="compositeType")
|
4127
|
+
def composite_type(self) -> str:
|
3917
4128
|
"""
|
3918
|
-
|
4129
|
+
Type of composite resource type OCID like EBS/PEOPLE_SOFT.
|
3919
4130
|
"""
|
3920
|
-
return pulumi.get(self, "
|
4131
|
+
return pulumi.get(self, "composite_type")
|
3921
4132
|
|
3922
4133
|
@property
|
3923
|
-
@pulumi.getter
|
3924
|
-
def
|
4134
|
+
@pulumi.getter(name="definedAlarmConditions")
|
4135
|
+
def defined_alarm_conditions(self) -> Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionResult']:
|
3925
4136
|
"""
|
3926
|
-
|
4137
|
+
Defined Monitoring template alarm conditions
|
3927
4138
|
"""
|
3928
|
-
return pulumi.get(self, "
|
4139
|
+
return pulumi.get(self, "defined_alarm_conditions")
|
3929
4140
|
|
3930
4141
|
@property
|
3931
|
-
@pulumi.getter
|
3932
|
-
def
|
4142
|
+
@pulumi.getter(name="displayName")
|
4143
|
+
def display_name(self) -> str:
|
3933
4144
|
"""
|
3934
|
-
|
4145
|
+
A filter to return monitoring template based on name.
|
3935
4146
|
"""
|
3936
|
-
return pulumi.get(self, "
|
4147
|
+
return pulumi.get(self, "display_name")
|
3937
4148
|
|
3938
4149
|
@property
|
3939
4150
|
@pulumi.getter
|
3940
|
-
def
|
4151
|
+
def id(self) -> str:
|
3941
4152
|
"""
|
3942
|
-
|
4153
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the definedMonitoringTemplate.
|
3943
4154
|
"""
|
3944
|
-
return pulumi.get(self, "
|
4155
|
+
return pulumi.get(self, "id")
|
3945
4156
|
|
3946
4157
|
@property
|
3947
|
-
@pulumi.getter
|
3948
|
-
def
|
4158
|
+
@pulumi.getter
|
4159
|
+
def namespace(self) -> str:
|
3949
4160
|
"""
|
3950
|
-
The
|
4161
|
+
The stack monitoring service or application emitting the metric that is evaluated by the alarm.
|
3951
4162
|
"""
|
3952
|
-
return pulumi.get(self, "
|
4163
|
+
return pulumi.get(self, "namespace")
|
3953
4164
|
|
3954
4165
|
@property
|
3955
4166
|
@pulumi.getter(name="resourceType")
|
3956
4167
|
def resource_type(self) -> str:
|
3957
4168
|
"""
|
3958
|
-
|
4169
|
+
The resource types OCID.
|
3959
4170
|
"""
|
3960
4171
|
return pulumi.get(self, "resource_type")
|
3961
4172
|
|
3962
4173
|
@property
|
3963
|
-
@pulumi.getter
|
3964
|
-
def
|
4174
|
+
@pulumi.getter(name="systemTags")
|
4175
|
+
def system_tags(self) -> Mapping[str, str]:
|
3965
4176
|
"""
|
3966
|
-
|
4177
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
3967
4178
|
"""
|
3968
|
-
return pulumi.get(self, "
|
3969
|
-
|
4179
|
+
return pulumi.get(self, "system_tags")
|
3970
4180
|
|
3971
|
-
@
|
3972
|
-
|
3973
|
-
def
|
3974
|
-
items: Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialItemResult']):
|
4181
|
+
@property
|
4182
|
+
@pulumi.getter(name="timeCreated")
|
4183
|
+
def time_created(self) -> str:
|
3975
4184
|
"""
|
3976
|
-
|
4185
|
+
The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
3977
4186
|
"""
|
3978
|
-
pulumi.
|
4187
|
+
return pulumi.get(self, "time_created")
|
3979
4188
|
|
3980
4189
|
@property
|
3981
|
-
@pulumi.getter
|
3982
|
-
def
|
4190
|
+
@pulumi.getter(name="timeUpdated")
|
4191
|
+
def time_updated(self) -> str:
|
3983
4192
|
"""
|
3984
|
-
|
4193
|
+
The date and time the monitoringTemplate was updated. Format defined by RFC3339.
|
3985
4194
|
"""
|
3986
|
-
return pulumi.get(self, "
|
4195
|
+
return pulumi.get(self, "time_updated")
|
3987
4196
|
|
3988
4197
|
|
3989
4198
|
@pulumi.output_type
|
3990
|
-
class
|
4199
|
+
class GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionResult(dict):
|
3991
4200
|
def __init__(__self__, *,
|
3992
|
-
|
3993
|
-
|
3994
|
-
|
4201
|
+
condition_type: str,
|
4202
|
+
conditions: Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionConditionResult'],
|
4203
|
+
metric_name: str):
|
3995
4204
|
"""
|
3996
|
-
:param str
|
3997
|
-
:param
|
3998
|
-
:param
|
4205
|
+
:param str condition_type: Type of defined monitoring template.
|
4206
|
+
:param Sequence['GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionConditionArgs'] conditions: Monitoring template conditions.
|
4207
|
+
:param str metric_name: The metric name.
|
3999
4208
|
"""
|
4000
|
-
pulumi.set(__self__, "
|
4001
|
-
pulumi.set(__self__, "
|
4002
|
-
pulumi.set(__self__, "
|
4209
|
+
pulumi.set(__self__, "condition_type", condition_type)
|
4210
|
+
pulumi.set(__self__, "conditions", conditions)
|
4211
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
4003
4212
|
|
4004
4213
|
@property
|
4005
|
-
@pulumi.getter(name="
|
4006
|
-
def
|
4214
|
+
@pulumi.getter(name="conditionType")
|
4215
|
+
def condition_type(self) -> str:
|
4007
4216
|
"""
|
4008
|
-
|
4217
|
+
Type of defined monitoring template.
|
4009
4218
|
"""
|
4010
|
-
return pulumi.get(self, "
|
4219
|
+
return pulumi.get(self, "condition_type")
|
4011
4220
|
|
4012
4221
|
@property
|
4013
|
-
@pulumi.getter
|
4014
|
-
def
|
4222
|
+
@pulumi.getter
|
4223
|
+
def conditions(self) -> Sequence['outputs.GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionConditionResult']:
|
4015
4224
|
"""
|
4016
|
-
|
4225
|
+
Monitoring template conditions.
|
4017
4226
|
"""
|
4018
|
-
return pulumi.get(self, "
|
4227
|
+
return pulumi.get(self, "conditions")
|
4019
4228
|
|
4020
4229
|
@property
|
4021
|
-
@pulumi.getter
|
4022
|
-
def
|
4230
|
+
@pulumi.getter(name="metricName")
|
4231
|
+
def metric_name(self) -> str:
|
4023
4232
|
"""
|
4024
|
-
|
4233
|
+
The metric name.
|
4025
4234
|
"""
|
4026
|
-
return pulumi.get(self, "
|
4235
|
+
return pulumi.get(self, "metric_name")
|
4027
4236
|
|
4028
4237
|
|
4029
4238
|
@pulumi.output_type
|
4030
|
-
class
|
4239
|
+
class GetDefinedMonitoringTemplatesDefinedMonitoringTemplateCollectionItemDefinedAlarmConditionConditionResult(dict):
|
4031
4240
|
def __init__(__self__, *,
|
4032
|
-
|
4241
|
+
body: str,
|
4242
|
+
query: str,
|
4243
|
+
severity: str,
|
4244
|
+
should_append_note: bool,
|
4245
|
+
should_append_url: bool,
|
4246
|
+
trigger_delay: str):
|
4033
4247
|
"""
|
4034
|
-
:param
|
4248
|
+
:param str body: The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
4249
|
+
:param str query: The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
4250
|
+
:param str severity: Severity - Critical/Warning
|
4251
|
+
:param bool should_append_note: Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
4252
|
+
:param bool should_append_url: Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
4253
|
+
:param str trigger_delay: The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
4035
4254
|
"""
|
4036
|
-
pulumi.set(__self__, "
|
4255
|
+
pulumi.set(__self__, "body", body)
|
4256
|
+
pulumi.set(__self__, "query", query)
|
4257
|
+
pulumi.set(__self__, "severity", severity)
|
4258
|
+
pulumi.set(__self__, "should_append_note", should_append_note)
|
4259
|
+
pulumi.set(__self__, "should_append_url", should_append_url)
|
4260
|
+
pulumi.set(__self__, "trigger_delay", trigger_delay)
|
4037
4261
|
|
4038
4262
|
@property
|
4039
|
-
@pulumi.getter
|
4040
|
-
def
|
4263
|
+
@pulumi.getter
|
4264
|
+
def body(self) -> str:
|
4041
4265
|
"""
|
4042
|
-
|
4266
|
+
The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
4043
4267
|
"""
|
4044
|
-
return pulumi.get(self, "
|
4045
|
-
|
4268
|
+
return pulumi.get(self, "body")
|
4046
4269
|
|
4047
|
-
@
|
4048
|
-
|
4049
|
-
def
|
4050
|
-
properties_map: Mapping[str, str]):
|
4270
|
+
@property
|
4271
|
+
@pulumi.getter
|
4272
|
+
def query(self) -> str:
|
4051
4273
|
"""
|
4052
|
-
|
4274
|
+
The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
4053
4275
|
"""
|
4054
|
-
pulumi.
|
4276
|
+
return pulumi.get(self, "query")
|
4055
4277
|
|
4056
4278
|
@property
|
4057
|
-
@pulumi.getter
|
4058
|
-
def
|
4279
|
+
@pulumi.getter
|
4280
|
+
def severity(self) -> str:
|
4059
4281
|
"""
|
4060
|
-
|
4282
|
+
Severity - Critical/Warning
|
4061
4283
|
"""
|
4062
|
-
return pulumi.get(self, "
|
4284
|
+
return pulumi.get(self, "severity")
|
4063
4285
|
|
4286
|
+
@property
|
4287
|
+
@pulumi.getter(name="shouldAppendNote")
|
4288
|
+
def should_append_note(self) -> bool:
|
4289
|
+
"""
|
4290
|
+
Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
4291
|
+
"""
|
4292
|
+
return pulumi.get(self, "should_append_note")
|
4064
4293
|
|
4065
|
-
@
|
4066
|
-
|
4067
|
-
def
|
4068
|
-
properties_map: Mapping[str, str]):
|
4294
|
+
@property
|
4295
|
+
@pulumi.getter(name="shouldAppendUrl")
|
4296
|
+
def should_append_url(self) -> bool:
|
4069
4297
|
"""
|
4070
|
-
|
4298
|
+
Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
4071
4299
|
"""
|
4072
|
-
pulumi.
|
4300
|
+
return pulumi.get(self, "should_append_url")
|
4073
4301
|
|
4074
4302
|
@property
|
4075
|
-
@pulumi.getter(name="
|
4076
|
-
def
|
4303
|
+
@pulumi.getter(name="triggerDelay")
|
4304
|
+
def trigger_delay(self) -> str:
|
4077
4305
|
"""
|
4078
|
-
|
4306
|
+
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
4079
4307
|
"""
|
4080
|
-
return pulumi.get(self, "
|
4308
|
+
return pulumi.get(self, "trigger_delay")
|
4081
4309
|
|
4082
4310
|
|
4083
4311
|
@pulumi.output_type
|
4084
|
-
class
|
4312
|
+
class GetDefinedMonitoringTemplatesFilterResult(dict):
|
4085
4313
|
def __init__(__self__, *,
|
4086
|
-
|
4087
|
-
|
4088
|
-
|
4089
|
-
""
|
4090
|
-
pulumi.set(__self__, "
|
4091
|
-
|
4314
|
+
name: str,
|
4315
|
+
values: Sequence[str],
|
4316
|
+
regex: Optional[bool] = None):
|
4317
|
+
pulumi.set(__self__, "name", name)
|
4318
|
+
pulumi.set(__self__, "values", values)
|
4319
|
+
if regex is not None:
|
4320
|
+
pulumi.set(__self__, "regex", regex)
|
4321
|
+
|
4322
|
+
@property
|
4323
|
+
@pulumi.getter
|
4324
|
+
def name(self) -> str:
|
4325
|
+
return pulumi.get(self, "name")
|
4326
|
+
|
4327
|
+
@property
|
4328
|
+
@pulumi.getter
|
4329
|
+
def values(self) -> Sequence[str]:
|
4330
|
+
return pulumi.get(self, "values")
|
4331
|
+
|
4332
|
+
@property
|
4333
|
+
@pulumi.getter
|
4334
|
+
def regex(self) -> Optional[bool]:
|
4335
|
+
return pulumi.get(self, "regex")
|
4336
|
+
|
4337
|
+
|
4338
|
+
@pulumi.output_type
|
4339
|
+
class GetDiscoveryJobDiscoveryDetailResult(dict):
|
4340
|
+
def __init__(__self__, *,
|
4341
|
+
agent_id: str,
|
4342
|
+
credentials: Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialResult'],
|
4343
|
+
license: str,
|
4344
|
+
properties: Sequence['outputs.GetDiscoveryJobDiscoveryDetailPropertyResult'],
|
4345
|
+
resource_name: str,
|
4346
|
+
resource_type: str,
|
4347
|
+
tags: Sequence['outputs.GetDiscoveryJobDiscoveryDetailTagResult']):
|
4348
|
+
"""
|
4349
|
+
:param str agent_id: The OCID of Management Agent
|
4350
|
+
:param Sequence['GetDiscoveryJobDiscoveryDetailCredentialArgs'] credentials: List of DiscoveryJOb Credential Details.
|
4351
|
+
:param str license: License edition of the monitored resource.
|
4352
|
+
:param Sequence['GetDiscoveryJobDiscoveryDetailPropertyArgs'] properties: Property Details
|
4353
|
+
:param str resource_name: The Name of resource type
|
4354
|
+
:param str resource_type: Resource Type.
|
4355
|
+
:param Sequence['GetDiscoveryJobDiscoveryDetailTagArgs'] tags: Property Details
|
4356
|
+
"""
|
4357
|
+
pulumi.set(__self__, "agent_id", agent_id)
|
4358
|
+
pulumi.set(__self__, "credentials", credentials)
|
4359
|
+
pulumi.set(__self__, "license", license)
|
4360
|
+
pulumi.set(__self__, "properties", properties)
|
4361
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
4362
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
4363
|
+
pulumi.set(__self__, "tags", tags)
|
4364
|
+
|
4365
|
+
@property
|
4366
|
+
@pulumi.getter(name="agentId")
|
4367
|
+
def agent_id(self) -> str:
|
4368
|
+
"""
|
4369
|
+
The OCID of Management Agent
|
4370
|
+
"""
|
4371
|
+
return pulumi.get(self, "agent_id")
|
4372
|
+
|
4373
|
+
@property
|
4374
|
+
@pulumi.getter
|
4375
|
+
def credentials(self) -> Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialResult']:
|
4376
|
+
"""
|
4377
|
+
List of DiscoveryJOb Credential Details.
|
4378
|
+
"""
|
4379
|
+
return pulumi.get(self, "credentials")
|
4380
|
+
|
4381
|
+
@property
|
4382
|
+
@pulumi.getter
|
4383
|
+
def license(self) -> str:
|
4384
|
+
"""
|
4385
|
+
License edition of the monitored resource.
|
4386
|
+
"""
|
4387
|
+
return pulumi.get(self, "license")
|
4388
|
+
|
4389
|
+
@property
|
4390
|
+
@pulumi.getter
|
4391
|
+
def properties(self) -> Sequence['outputs.GetDiscoveryJobDiscoveryDetailPropertyResult']:
|
4392
|
+
"""
|
4393
|
+
Property Details
|
4394
|
+
"""
|
4395
|
+
return pulumi.get(self, "properties")
|
4396
|
+
|
4397
|
+
@property
|
4398
|
+
@pulumi.getter(name="resourceName")
|
4399
|
+
def resource_name(self) -> str:
|
4400
|
+
"""
|
4401
|
+
The Name of resource type
|
4402
|
+
"""
|
4403
|
+
return pulumi.get(self, "resource_name")
|
4404
|
+
|
4405
|
+
@property
|
4406
|
+
@pulumi.getter(name="resourceType")
|
4407
|
+
def resource_type(self) -> str:
|
4408
|
+
"""
|
4409
|
+
Resource Type.
|
4410
|
+
"""
|
4411
|
+
return pulumi.get(self, "resource_type")
|
4412
|
+
|
4413
|
+
@property
|
4414
|
+
@pulumi.getter
|
4415
|
+
def tags(self) -> Sequence['outputs.GetDiscoveryJobDiscoveryDetailTagResult']:
|
4416
|
+
"""
|
4417
|
+
Property Details
|
4418
|
+
"""
|
4419
|
+
return pulumi.get(self, "tags")
|
4420
|
+
|
4421
|
+
|
4422
|
+
@pulumi.output_type
|
4423
|
+
class GetDiscoveryJobDiscoveryDetailCredentialResult(dict):
|
4424
|
+
def __init__(__self__, *,
|
4425
|
+
items: Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialItemResult']):
|
4426
|
+
"""
|
4427
|
+
:param Sequence['GetDiscoveryJobDiscoveryDetailCredentialItemArgs'] items: List of DiscoveryJob credentials.
|
4428
|
+
"""
|
4429
|
+
pulumi.set(__self__, "items", items)
|
4430
|
+
|
4431
|
+
@property
|
4432
|
+
@pulumi.getter
|
4433
|
+
def items(self) -> Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialItemResult']:
|
4434
|
+
"""
|
4435
|
+
List of DiscoveryJob credentials.
|
4436
|
+
"""
|
4437
|
+
return pulumi.get(self, "items")
|
4438
|
+
|
4439
|
+
|
4440
|
+
@pulumi.output_type
|
4441
|
+
class GetDiscoveryJobDiscoveryDetailCredentialItemResult(dict):
|
4442
|
+
def __init__(__self__, *,
|
4443
|
+
credential_name: str,
|
4444
|
+
credential_type: str,
|
4445
|
+
properties: Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialItemPropertyResult']):
|
4446
|
+
"""
|
4447
|
+
:param str credential_name: Name of Credential
|
4448
|
+
:param str credential_type: Name of Credential Type
|
4449
|
+
:param Sequence['GetDiscoveryJobDiscoveryDetailCredentialItemPropertyArgs'] properties: Property Details
|
4450
|
+
"""
|
4451
|
+
pulumi.set(__self__, "credential_name", credential_name)
|
4452
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
4453
|
+
pulumi.set(__self__, "properties", properties)
|
4454
|
+
|
4455
|
+
@property
|
4456
|
+
@pulumi.getter(name="credentialName")
|
4457
|
+
def credential_name(self) -> str:
|
4458
|
+
"""
|
4459
|
+
Name of Credential
|
4460
|
+
"""
|
4461
|
+
return pulumi.get(self, "credential_name")
|
4462
|
+
|
4463
|
+
@property
|
4464
|
+
@pulumi.getter(name="credentialType")
|
4465
|
+
def credential_type(self) -> str:
|
4466
|
+
"""
|
4467
|
+
Name of Credential Type
|
4468
|
+
"""
|
4469
|
+
return pulumi.get(self, "credential_type")
|
4470
|
+
|
4471
|
+
@property
|
4472
|
+
@pulumi.getter
|
4473
|
+
def properties(self) -> Sequence['outputs.GetDiscoveryJobDiscoveryDetailCredentialItemPropertyResult']:
|
4474
|
+
"""
|
4475
|
+
Property Details
|
4476
|
+
"""
|
4477
|
+
return pulumi.get(self, "properties")
|
4478
|
+
|
4479
|
+
|
4480
|
+
@pulumi.output_type
|
4481
|
+
class GetDiscoveryJobDiscoveryDetailCredentialItemPropertyResult(dict):
|
4482
|
+
def __init__(__self__, *,
|
4483
|
+
properties_map: Mapping[str, str]):
|
4484
|
+
"""
|
4485
|
+
:param Mapping[str, str] properties_map: Key/Value pair of Property
|
4486
|
+
"""
|
4487
|
+
pulumi.set(__self__, "properties_map", properties_map)
|
4488
|
+
|
4489
|
+
@property
|
4490
|
+
@pulumi.getter(name="propertiesMap")
|
4491
|
+
def properties_map(self) -> Mapping[str, str]:
|
4492
|
+
"""
|
4493
|
+
Key/Value pair of Property
|
4494
|
+
"""
|
4495
|
+
return pulumi.get(self, "properties_map")
|
4496
|
+
|
4497
|
+
|
4498
|
+
@pulumi.output_type
|
4499
|
+
class GetDiscoveryJobDiscoveryDetailPropertyResult(dict):
|
4500
|
+
def __init__(__self__, *,
|
4501
|
+
properties_map: Mapping[str, str]):
|
4502
|
+
"""
|
4503
|
+
:param Mapping[str, str] properties_map: Key/Value pair of Property
|
4504
|
+
"""
|
4505
|
+
pulumi.set(__self__, "properties_map", properties_map)
|
4506
|
+
|
4507
|
+
@property
|
4508
|
+
@pulumi.getter(name="propertiesMap")
|
4509
|
+
def properties_map(self) -> Mapping[str, str]:
|
4510
|
+
"""
|
4511
|
+
Key/Value pair of Property
|
4512
|
+
"""
|
4513
|
+
return pulumi.get(self, "properties_map")
|
4514
|
+
|
4515
|
+
|
4516
|
+
@pulumi.output_type
|
4517
|
+
class GetDiscoveryJobDiscoveryDetailTagResult(dict):
|
4518
|
+
def __init__(__self__, *,
|
4519
|
+
properties_map: Mapping[str, str]):
|
4520
|
+
"""
|
4521
|
+
:param Mapping[str, str] properties_map: Key/Value pair of Property
|
4522
|
+
"""
|
4523
|
+
pulumi.set(__self__, "properties_map", properties_map)
|
4524
|
+
|
4525
|
+
@property
|
4526
|
+
@pulumi.getter(name="propertiesMap")
|
4527
|
+
def properties_map(self) -> Mapping[str, str]:
|
4528
|
+
"""
|
4529
|
+
Key/Value pair of Property
|
4530
|
+
"""
|
4531
|
+
return pulumi.get(self, "properties_map")
|
4532
|
+
|
4533
|
+
|
4534
|
+
@pulumi.output_type
|
4535
|
+
class GetDiscoveryJobLogsDiscoveryJobLogCollectionResult(dict):
|
4536
|
+
def __init__(__self__, *,
|
4537
|
+
items: Sequence['outputs.GetDiscoveryJobLogsDiscoveryJobLogCollectionItemResult']):
|
4538
|
+
"""
|
4539
|
+
:param Sequence['GetDiscoveryJobLogsDiscoveryJobLogCollectionItemArgs'] items: List of logs
|
4540
|
+
"""
|
4541
|
+
pulumi.set(__self__, "items", items)
|
4542
|
+
|
4092
4543
|
@property
|
4093
4544
|
@pulumi.getter
|
4094
4545
|
def items(self) -> Sequence['outputs.GetDiscoveryJobLogsDiscoveryJobLogCollectionItemResult']:
|
@@ -5291,7 +5742,7 @@ class GetMetricExtensionsMetricExtensionCollectionItemResult(dict):
|
|
5291
5742
|
:param str created_by: Created by user
|
5292
5743
|
:param str description: Description of the metric extension.
|
5293
5744
|
:param str display_name: Display name of the metric.
|
5294
|
-
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemEnabledOnResourceArgs'] enabled_on_resources: List of resource objects on which this metric extension is enabled.
|
5745
|
+
:param Sequence['GetMetricExtensionsMetricExtensionCollectionItemEnabledOnResourceArgs'] enabled_on_resources: List of resource details objects having resourceIds on which this metric extension is enabled.
|
5295
5746
|
:param int enabled_on_resources_count: Count of resources on which this metric extension is enabled.
|
5296
5747
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Metric Extension resource
|
5297
5748
|
:param str last_updated_by: Last updated by user
|
@@ -5380,7 +5831,7 @@ class GetMetricExtensionsMetricExtensionCollectionItemResult(dict):
|
|
5380
5831
|
@pulumi.getter(name="enabledOnResources")
|
5381
5832
|
def enabled_on_resources(self) -> Sequence['outputs.GetMetricExtensionsMetricExtensionCollectionItemEnabledOnResourceResult']:
|
5382
5833
|
"""
|
5383
|
-
List of resource objects on which this metric extension is enabled.
|
5834
|
+
List of resource details objects having resourceIds on which this metric extension is enabled.
|
5384
5835
|
"""
|
5385
5836
|
return pulumi.get(self, "enabled_on_resources")
|
5386
5837
|
|
@@ -6995,7 +7446,8 @@ class GetMonitoredResourceTypeMetadataResult(dict):
|
|
6995
7446
|
unique_property_sets: Sequence['outputs.GetMonitoredResourceTypeMetadataUniquePropertySetResult'],
|
6996
7447
|
valid_properties_for_creates: Sequence[str],
|
6997
7448
|
valid_properties_for_updates: Sequence[str],
|
6998
|
-
valid_property_values: Mapping[str, str]
|
7449
|
+
valid_property_values: Mapping[str, str],
|
7450
|
+
valid_sub_resource_types: Sequence[str]):
|
6999
7451
|
"""
|
7000
7452
|
:param Sequence[str] agent_properties: List of properties needed by the agent for monitoring the resource. Valid only if resource type is Oracle Cloud Infrastructure management agent based. When specified, these properties are passed to the management agent during resource create or update.
|
7001
7453
|
:param str format: ResourceType metadata format to be used. Currently supports only one format. Possible values - SYSTEM_FORMAT.
|
@@ -7005,6 +7457,7 @@ class GetMonitoredResourceTypeMetadataResult(dict):
|
|
7005
7457
|
:param Sequence[str] valid_properties_for_creates: List of valid properties for resource type while creating the monitored resource. If resources of this type specifies any other properties during create operation, the operation will fail.
|
7006
7458
|
:param Sequence[str] valid_properties_for_updates: List of valid properties for resource type while updating the monitored resource. If resources of this type specifies any other properties during update operation, the operation will fail.
|
7007
7459
|
:param Mapping[str, str] valid_property_values: List of valid values for the properties. This is useful when resource type wants to restrict only certain values for some properties. For instance for 'osType' property, supported values can be restricted to be either Linux or Windows. Example: `{"osType": "Linux,Windows,Solaris", "osVersion": "v6.0,v7.0"}`
|
7460
|
+
:param Sequence[str] valid_sub_resource_types: List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
7008
7461
|
"""
|
7009
7462
|
pulumi.set(__self__, "agent_properties", agent_properties)
|
7010
7463
|
pulumi.set(__self__, "format", format)
|
@@ -7013,6 +7466,7 @@ class GetMonitoredResourceTypeMetadataResult(dict):
|
|
7013
7466
|
pulumi.set(__self__, "valid_properties_for_creates", valid_properties_for_creates)
|
7014
7467
|
pulumi.set(__self__, "valid_properties_for_updates", valid_properties_for_updates)
|
7015
7468
|
pulumi.set(__self__, "valid_property_values", valid_property_values)
|
7469
|
+
pulumi.set(__self__, "valid_sub_resource_types", valid_sub_resource_types)
|
7016
7470
|
|
7017
7471
|
@property
|
7018
7472
|
@pulumi.getter(name="agentProperties")
|
@@ -7071,6 +7525,14 @@ class GetMonitoredResourceTypeMetadataResult(dict):
|
|
7071
7525
|
"""
|
7072
7526
|
return pulumi.get(self, "valid_property_values")
|
7073
7527
|
|
7528
|
+
@property
|
7529
|
+
@pulumi.getter(name="validSubResourceTypes")
|
7530
|
+
def valid_sub_resource_types(self) -> Sequence[str]:
|
7531
|
+
"""
|
7532
|
+
List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
7533
|
+
"""
|
7534
|
+
return pulumi.get(self, "valid_sub_resource_types")
|
7535
|
+
|
7074
7536
|
|
7075
7537
|
@pulumi.output_type
|
7076
7538
|
class GetMonitoredResourceTypeMetadataUniquePropertySetResult(dict):
|
@@ -7138,6 +7600,7 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionResult(dict):
|
|
7138
7600
|
@pulumi.output_type
|
7139
7601
|
class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
|
7140
7602
|
def __init__(__self__, *,
|
7603
|
+
additional_namespace_map: Mapping[str, str],
|
7141
7604
|
compartment_id: str,
|
7142
7605
|
defined_tags: Mapping[str, str],
|
7143
7606
|
description: str,
|
@@ -7154,6 +7617,7 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
|
|
7154
7617
|
time_created: str,
|
7155
7618
|
time_updated: str):
|
7156
7619
|
"""
|
7620
|
+
:param Mapping[str, str] additional_namespace_map: Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.
|
7157
7621
|
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy for which monitored resource types should be listed.
|
7158
7622
|
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
7159
7623
|
:param str description: A friendly description.
|
@@ -7170,6 +7634,7 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
|
|
7170
7634
|
:param str time_created: The date and time when the monitored resource type was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
7171
7635
|
:param str time_updated: The date and time when the monitored resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
7172
7636
|
"""
|
7637
|
+
pulumi.set(__self__, "additional_namespace_map", additional_namespace_map)
|
7173
7638
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
7174
7639
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
7175
7640
|
pulumi.set(__self__, "description", description)
|
@@ -7186,6 +7651,14 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemResult(dict):
|
|
7186
7651
|
pulumi.set(__self__, "time_created", time_created)
|
7187
7652
|
pulumi.set(__self__, "time_updated", time_updated)
|
7188
7653
|
|
7654
|
+
@property
|
7655
|
+
@pulumi.getter(name="additionalNamespaceMap")
|
7656
|
+
def additional_namespace_map(self) -> Mapping[str, str]:
|
7657
|
+
"""
|
7658
|
+
Key/Value pair for additional namespaces used by stack monitoring services for SYSTEM (SMB) resource types.
|
7659
|
+
"""
|
7660
|
+
return pulumi.get(self, "additional_namespace_map")
|
7661
|
+
|
7189
7662
|
@property
|
7190
7663
|
@pulumi.getter(name="compartmentId")
|
7191
7664
|
def compartment_id(self) -> str:
|
@@ -7316,7 +7789,8 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataResul
|
|
7316
7789
|
unique_property_sets: Sequence['outputs.GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataUniquePropertySetResult'],
|
7317
7790
|
valid_properties_for_creates: Sequence[str],
|
7318
7791
|
valid_properties_for_updates: Sequence[str],
|
7319
|
-
valid_property_values: Mapping[str, str]
|
7792
|
+
valid_property_values: Mapping[str, str],
|
7793
|
+
valid_sub_resource_types: Sequence[str]):
|
7320
7794
|
"""
|
7321
7795
|
:param Sequence[str] agent_properties: List of properties needed by the agent for monitoring the resource. Valid only if resource type is Oracle Cloud Infrastructure management agent based. When specified, these properties are passed to the management agent during resource create or update.
|
7322
7796
|
:param str format: ResourceType metadata format to be used. Currently supports only one format. Possible values - SYSTEM_FORMAT.
|
@@ -7326,6 +7800,7 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataResul
|
|
7326
7800
|
:param Sequence[str] valid_properties_for_creates: List of valid properties for resource type while creating the monitored resource. If resources of this type specifies any other properties during create operation, the operation will fail.
|
7327
7801
|
:param Sequence[str] valid_properties_for_updates: List of valid properties for resource type while updating the monitored resource. If resources of this type specifies any other properties during update operation, the operation will fail.
|
7328
7802
|
:param Mapping[str, str] valid_property_values: List of valid values for the properties. This is useful when resource type wants to restrict only certain values for some properties. For instance for 'osType' property, supported values can be restricted to be either Linux or Windows. Example: `{"osType": "Linux,Windows,Solaris", "osVersion": "v6.0,v7.0"}`
|
7803
|
+
:param Sequence[str] valid_sub_resource_types: List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
7329
7804
|
"""
|
7330
7805
|
pulumi.set(__self__, "agent_properties", agent_properties)
|
7331
7806
|
pulumi.set(__self__, "format", format)
|
@@ -7334,6 +7809,7 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataResul
|
|
7334
7809
|
pulumi.set(__self__, "valid_properties_for_creates", valid_properties_for_creates)
|
7335
7810
|
pulumi.set(__self__, "valid_properties_for_updates", valid_properties_for_updates)
|
7336
7811
|
pulumi.set(__self__, "valid_property_values", valid_property_values)
|
7812
|
+
pulumi.set(__self__, "valid_sub_resource_types", valid_sub_resource_types)
|
7337
7813
|
|
7338
7814
|
@property
|
7339
7815
|
@pulumi.getter(name="agentProperties")
|
@@ -7392,6 +7868,14 @@ class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataResul
|
|
7392
7868
|
"""
|
7393
7869
|
return pulumi.get(self, "valid_property_values")
|
7394
7870
|
|
7871
|
+
@property
|
7872
|
+
@pulumi.getter(name="validSubResourceTypes")
|
7873
|
+
def valid_sub_resource_types(self) -> Sequence[str]:
|
7874
|
+
"""
|
7875
|
+
List of valid sub-resource types for a composite resource type. The sub-resource types will be obtained from the valid association pairs corresponding to the composite resource types. It will be empty for non composite resource types
|
7876
|
+
"""
|
7877
|
+
return pulumi.get(self, "valid_sub_resource_types")
|
7878
|
+
|
7395
7879
|
|
7396
7880
|
@pulumi.output_type
|
7397
7881
|
class GetMonitoredResourceTypesMonitoredResourceTypesCollectionItemMetadataUniquePropertySetResult(dict):
|
@@ -8244,6 +8728,709 @@ class GetMonitoredResourcesMonitoredResourceCollectionItemPropertyResult(dict):
|
|
8244
8728
|
return pulumi.get(self, "value")
|
8245
8729
|
|
8246
8730
|
|
8731
|
+
@pulumi.output_type
|
8732
|
+
class GetMonitoringTemplateAlarmConditionConditionResult(dict):
|
8733
|
+
def __init__(__self__, *,
|
8734
|
+
body: str,
|
8735
|
+
query: str,
|
8736
|
+
severity: str,
|
8737
|
+
should_append_note: bool,
|
8738
|
+
should_append_url: bool,
|
8739
|
+
trigger_delay: str):
|
8740
|
+
"""
|
8741
|
+
:param str body: The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
8742
|
+
:param str query: The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
8743
|
+
:param str severity: Severity - Critical/Warning
|
8744
|
+
:param bool should_append_note: Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
8745
|
+
:param bool should_append_url: Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
8746
|
+
:param str trigger_delay: The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
8747
|
+
"""
|
8748
|
+
pulumi.set(__self__, "body", body)
|
8749
|
+
pulumi.set(__self__, "query", query)
|
8750
|
+
pulumi.set(__self__, "severity", severity)
|
8751
|
+
pulumi.set(__self__, "should_append_note", should_append_note)
|
8752
|
+
pulumi.set(__self__, "should_append_url", should_append_url)
|
8753
|
+
pulumi.set(__self__, "trigger_delay", trigger_delay)
|
8754
|
+
|
8755
|
+
@property
|
8756
|
+
@pulumi.getter
|
8757
|
+
def body(self) -> str:
|
8758
|
+
"""
|
8759
|
+
The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
8760
|
+
"""
|
8761
|
+
return pulumi.get(self, "body")
|
8762
|
+
|
8763
|
+
@property
|
8764
|
+
@pulumi.getter
|
8765
|
+
def query(self) -> str:
|
8766
|
+
"""
|
8767
|
+
The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
8768
|
+
"""
|
8769
|
+
return pulumi.get(self, "query")
|
8770
|
+
|
8771
|
+
@property
|
8772
|
+
@pulumi.getter
|
8773
|
+
def severity(self) -> str:
|
8774
|
+
"""
|
8775
|
+
Severity - Critical/Warning
|
8776
|
+
"""
|
8777
|
+
return pulumi.get(self, "severity")
|
8778
|
+
|
8779
|
+
@property
|
8780
|
+
@pulumi.getter(name="shouldAppendNote")
|
8781
|
+
def should_append_note(self) -> bool:
|
8782
|
+
"""
|
8783
|
+
Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
8784
|
+
"""
|
8785
|
+
return pulumi.get(self, "should_append_note")
|
8786
|
+
|
8787
|
+
@property
|
8788
|
+
@pulumi.getter(name="shouldAppendUrl")
|
8789
|
+
def should_append_url(self) -> bool:
|
8790
|
+
"""
|
8791
|
+
Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
8792
|
+
"""
|
8793
|
+
return pulumi.get(self, "should_append_url")
|
8794
|
+
|
8795
|
+
@property
|
8796
|
+
@pulumi.getter(name="triggerDelay")
|
8797
|
+
def trigger_delay(self) -> str:
|
8798
|
+
"""
|
8799
|
+
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
8800
|
+
"""
|
8801
|
+
return pulumi.get(self, "trigger_delay")
|
8802
|
+
|
8803
|
+
|
8804
|
+
@pulumi.output_type
|
8805
|
+
class GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionResult(dict):
|
8806
|
+
def __init__(__self__, *,
|
8807
|
+
items: Sequence['outputs.GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemResult']):
|
8808
|
+
pulumi.set(__self__, "items", items)
|
8809
|
+
|
8810
|
+
@property
|
8811
|
+
@pulumi.getter
|
8812
|
+
def items(self) -> Sequence['outputs.GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemResult']:
|
8813
|
+
return pulumi.get(self, "items")
|
8814
|
+
|
8815
|
+
|
8816
|
+
@pulumi.output_type
|
8817
|
+
class GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemResult(dict):
|
8818
|
+
def __init__(__self__, *,
|
8819
|
+
composite_type: str,
|
8820
|
+
condition_type: str,
|
8821
|
+
conditions: Sequence['outputs.GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemConditionResult'],
|
8822
|
+
defined_tags: Mapping[str, str],
|
8823
|
+
freeform_tags: Mapping[str, str],
|
8824
|
+
id: str,
|
8825
|
+
metric_name: str,
|
8826
|
+
monitoring_template_id: str,
|
8827
|
+
namespace: str,
|
8828
|
+
resource_type: str,
|
8829
|
+
state: str,
|
8830
|
+
status: str,
|
8831
|
+
system_tags: Mapping[str, str],
|
8832
|
+
time_created: str,
|
8833
|
+
time_updated: str):
|
8834
|
+
"""
|
8835
|
+
:param str composite_type: The OCID of the composite resource type like EBS/PEOPLE_SOFT.
|
8836
|
+
:param str condition_type: Type of defined monitoring template.
|
8837
|
+
:param Sequence['GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemConditionArgs'] conditions: Monitoring template conditions
|
8838
|
+
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
8839
|
+
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
8840
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Alarm Condition.
|
8841
|
+
:param str metric_name: metricName filter.
|
8842
|
+
:param str monitoring_template_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
8843
|
+
:param str namespace: The stack monitoring service or application emitting the metric that is evaluated by the alarm.
|
8844
|
+
:param str resource_type: The resource type OCID.
|
8845
|
+
:param str state: A filter to return alarm condition based on Lifecycle State.
|
8846
|
+
:param str status: A filter to return alarm condition based on input status.
|
8847
|
+
:param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
8848
|
+
:param str time_created: The date and time the alarm condition was created. Format defined by RFC3339.
|
8849
|
+
:param str time_updated: The date and time the alarm condition was updated. Format defined by RFC3339.
|
8850
|
+
"""
|
8851
|
+
pulumi.set(__self__, "composite_type", composite_type)
|
8852
|
+
pulumi.set(__self__, "condition_type", condition_type)
|
8853
|
+
pulumi.set(__self__, "conditions", conditions)
|
8854
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
8855
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
8856
|
+
pulumi.set(__self__, "id", id)
|
8857
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
8858
|
+
pulumi.set(__self__, "monitoring_template_id", monitoring_template_id)
|
8859
|
+
pulumi.set(__self__, "namespace", namespace)
|
8860
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
8861
|
+
pulumi.set(__self__, "state", state)
|
8862
|
+
pulumi.set(__self__, "status", status)
|
8863
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
8864
|
+
pulumi.set(__self__, "time_created", time_created)
|
8865
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
8866
|
+
|
8867
|
+
@property
|
8868
|
+
@pulumi.getter(name="compositeType")
|
8869
|
+
def composite_type(self) -> str:
|
8870
|
+
"""
|
8871
|
+
The OCID of the composite resource type like EBS/PEOPLE_SOFT.
|
8872
|
+
"""
|
8873
|
+
return pulumi.get(self, "composite_type")
|
8874
|
+
|
8875
|
+
@property
|
8876
|
+
@pulumi.getter(name="conditionType")
|
8877
|
+
def condition_type(self) -> str:
|
8878
|
+
"""
|
8879
|
+
Type of defined monitoring template.
|
8880
|
+
"""
|
8881
|
+
return pulumi.get(self, "condition_type")
|
8882
|
+
|
8883
|
+
@property
|
8884
|
+
@pulumi.getter
|
8885
|
+
def conditions(self) -> Sequence['outputs.GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemConditionResult']:
|
8886
|
+
"""
|
8887
|
+
Monitoring template conditions
|
8888
|
+
"""
|
8889
|
+
return pulumi.get(self, "conditions")
|
8890
|
+
|
8891
|
+
@property
|
8892
|
+
@pulumi.getter(name="definedTags")
|
8893
|
+
def defined_tags(self) -> Mapping[str, str]:
|
8894
|
+
"""
|
8895
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
8896
|
+
"""
|
8897
|
+
return pulumi.get(self, "defined_tags")
|
8898
|
+
|
8899
|
+
@property
|
8900
|
+
@pulumi.getter(name="freeformTags")
|
8901
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
8902
|
+
"""
|
8903
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
8904
|
+
"""
|
8905
|
+
return pulumi.get(self, "freeform_tags")
|
8906
|
+
|
8907
|
+
@property
|
8908
|
+
@pulumi.getter
|
8909
|
+
def id(self) -> str:
|
8910
|
+
"""
|
8911
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Alarm Condition.
|
8912
|
+
"""
|
8913
|
+
return pulumi.get(self, "id")
|
8914
|
+
|
8915
|
+
@property
|
8916
|
+
@pulumi.getter(name="metricName")
|
8917
|
+
def metric_name(self) -> str:
|
8918
|
+
"""
|
8919
|
+
metricName filter.
|
8920
|
+
"""
|
8921
|
+
return pulumi.get(self, "metric_name")
|
8922
|
+
|
8923
|
+
@property
|
8924
|
+
@pulumi.getter(name="monitoringTemplateId")
|
8925
|
+
def monitoring_template_id(self) -> str:
|
8926
|
+
"""
|
8927
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the monitoring template.
|
8928
|
+
"""
|
8929
|
+
return pulumi.get(self, "monitoring_template_id")
|
8930
|
+
|
8931
|
+
@property
|
8932
|
+
@pulumi.getter
|
8933
|
+
def namespace(self) -> str:
|
8934
|
+
"""
|
8935
|
+
The stack monitoring service or application emitting the metric that is evaluated by the alarm.
|
8936
|
+
"""
|
8937
|
+
return pulumi.get(self, "namespace")
|
8938
|
+
|
8939
|
+
@property
|
8940
|
+
@pulumi.getter(name="resourceType")
|
8941
|
+
def resource_type(self) -> str:
|
8942
|
+
"""
|
8943
|
+
The resource type OCID.
|
8944
|
+
"""
|
8945
|
+
return pulumi.get(self, "resource_type")
|
8946
|
+
|
8947
|
+
@property
|
8948
|
+
@pulumi.getter
|
8949
|
+
def state(self) -> str:
|
8950
|
+
"""
|
8951
|
+
A filter to return alarm condition based on Lifecycle State.
|
8952
|
+
"""
|
8953
|
+
return pulumi.get(self, "state")
|
8954
|
+
|
8955
|
+
@property
|
8956
|
+
@pulumi.getter
|
8957
|
+
def status(self) -> str:
|
8958
|
+
"""
|
8959
|
+
A filter to return alarm condition based on input status.
|
8960
|
+
"""
|
8961
|
+
return pulumi.get(self, "status")
|
8962
|
+
|
8963
|
+
@property
|
8964
|
+
@pulumi.getter(name="systemTags")
|
8965
|
+
def system_tags(self) -> Mapping[str, str]:
|
8966
|
+
"""
|
8967
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
8968
|
+
"""
|
8969
|
+
return pulumi.get(self, "system_tags")
|
8970
|
+
|
8971
|
+
@property
|
8972
|
+
@pulumi.getter(name="timeCreated")
|
8973
|
+
def time_created(self) -> str:
|
8974
|
+
"""
|
8975
|
+
The date and time the alarm condition was created. Format defined by RFC3339.
|
8976
|
+
"""
|
8977
|
+
return pulumi.get(self, "time_created")
|
8978
|
+
|
8979
|
+
@property
|
8980
|
+
@pulumi.getter(name="timeUpdated")
|
8981
|
+
def time_updated(self) -> str:
|
8982
|
+
"""
|
8983
|
+
The date and time the alarm condition was updated. Format defined by RFC3339.
|
8984
|
+
"""
|
8985
|
+
return pulumi.get(self, "time_updated")
|
8986
|
+
|
8987
|
+
|
8988
|
+
@pulumi.output_type
|
8989
|
+
class GetMonitoringTemplateAlarmConditionsAlarmConditionCollectionItemConditionResult(dict):
|
8990
|
+
def __init__(__self__, *,
|
8991
|
+
body: str,
|
8992
|
+
query: str,
|
8993
|
+
severity: str,
|
8994
|
+
should_append_note: bool,
|
8995
|
+
should_append_url: bool,
|
8996
|
+
trigger_delay: str):
|
8997
|
+
"""
|
8998
|
+
:param str body: The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
8999
|
+
:param str query: The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
9000
|
+
:param str severity: Severity - Critical/Warning
|
9001
|
+
:param bool should_append_note: Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
9002
|
+
:param bool should_append_url: Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
9003
|
+
:param str trigger_delay: The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
9004
|
+
"""
|
9005
|
+
pulumi.set(__self__, "body", body)
|
9006
|
+
pulumi.set(__self__, "query", query)
|
9007
|
+
pulumi.set(__self__, "severity", severity)
|
9008
|
+
pulumi.set(__self__, "should_append_note", should_append_note)
|
9009
|
+
pulumi.set(__self__, "should_append_url", should_append_url)
|
9010
|
+
pulumi.set(__self__, "trigger_delay", trigger_delay)
|
9011
|
+
|
9012
|
+
@property
|
9013
|
+
@pulumi.getter
|
9014
|
+
def body(self) -> str:
|
9015
|
+
"""
|
9016
|
+
The human-readable content of the delivered alarm notification. Oracle recommends providing guidance to operators for resolving the alarm condition. Consider adding links to standard runbook practices. Avoid entering confidential information.
|
9017
|
+
"""
|
9018
|
+
return pulumi.get(self, "body")
|
9019
|
+
|
9020
|
+
@property
|
9021
|
+
@pulumi.getter
|
9022
|
+
def query(self) -> str:
|
9023
|
+
"""
|
9024
|
+
The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
9025
|
+
"""
|
9026
|
+
return pulumi.get(self, "query")
|
9027
|
+
|
9028
|
+
@property
|
9029
|
+
@pulumi.getter
|
9030
|
+
def severity(self) -> str:
|
9031
|
+
"""
|
9032
|
+
Severity - Critical/Warning
|
9033
|
+
"""
|
9034
|
+
return pulumi.get(self, "severity")
|
9035
|
+
|
9036
|
+
@property
|
9037
|
+
@pulumi.getter(name="shouldAppendNote")
|
9038
|
+
def should_append_note(self) -> bool:
|
9039
|
+
"""
|
9040
|
+
Whether the note need to add into bottom of the body for mapping the alarms information with template or not.
|
9041
|
+
"""
|
9042
|
+
return pulumi.get(self, "should_append_note")
|
9043
|
+
|
9044
|
+
@property
|
9045
|
+
@pulumi.getter(name="shouldAppendUrl")
|
9046
|
+
def should_append_url(self) -> bool:
|
9047
|
+
"""
|
9048
|
+
Whether the URL need to add into bottom of the body for mapping the alarms information with template or not.
|
9049
|
+
"""
|
9050
|
+
return pulumi.get(self, "should_append_url")
|
9051
|
+
|
9052
|
+
@property
|
9053
|
+
@pulumi.getter(name="triggerDelay")
|
9054
|
+
def trigger_delay(self) -> str:
|
9055
|
+
"""
|
9056
|
+
The period of time that the condition defined in the alarm must persist before the alarm state changes from "OK" to "FIRING".
|
9057
|
+
"""
|
9058
|
+
return pulumi.get(self, "trigger_delay")
|
9059
|
+
|
9060
|
+
|
9061
|
+
@pulumi.output_type
|
9062
|
+
class GetMonitoringTemplateAlarmConditionsFilterResult(dict):
|
9063
|
+
def __init__(__self__, *,
|
9064
|
+
name: str,
|
9065
|
+
values: Sequence[str],
|
9066
|
+
regex: Optional[bool] = None):
|
9067
|
+
pulumi.set(__self__, "name", name)
|
9068
|
+
pulumi.set(__self__, "values", values)
|
9069
|
+
if regex is not None:
|
9070
|
+
pulumi.set(__self__, "regex", regex)
|
9071
|
+
|
9072
|
+
@property
|
9073
|
+
@pulumi.getter
|
9074
|
+
def name(self) -> str:
|
9075
|
+
return pulumi.get(self, "name")
|
9076
|
+
|
9077
|
+
@property
|
9078
|
+
@pulumi.getter
|
9079
|
+
def values(self) -> Sequence[str]:
|
9080
|
+
return pulumi.get(self, "values")
|
9081
|
+
|
9082
|
+
@property
|
9083
|
+
@pulumi.getter
|
9084
|
+
def regex(self) -> Optional[bool]:
|
9085
|
+
return pulumi.get(self, "regex")
|
9086
|
+
|
9087
|
+
|
9088
|
+
@pulumi.output_type
|
9089
|
+
class GetMonitoringTemplateMemberResult(dict):
|
9090
|
+
def __init__(__self__, *,
|
9091
|
+
composite_type: str,
|
9092
|
+
id: str,
|
9093
|
+
type: str):
|
9094
|
+
"""
|
9095
|
+
:param str composite_type: The OCID of the composite resource type like EBS or Peoplesoft.
|
9096
|
+
:param str id: The OCID of the resourceInstance/resourceType/resourceGroup
|
9097
|
+
:param str type: Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
9098
|
+
"""
|
9099
|
+
pulumi.set(__self__, "composite_type", composite_type)
|
9100
|
+
pulumi.set(__self__, "id", id)
|
9101
|
+
pulumi.set(__self__, "type", type)
|
9102
|
+
|
9103
|
+
@property
|
9104
|
+
@pulumi.getter(name="compositeType")
|
9105
|
+
def composite_type(self) -> str:
|
9106
|
+
"""
|
9107
|
+
The OCID of the composite resource type like EBS or Peoplesoft.
|
9108
|
+
"""
|
9109
|
+
return pulumi.get(self, "composite_type")
|
9110
|
+
|
9111
|
+
@property
|
9112
|
+
@pulumi.getter
|
9113
|
+
def id(self) -> str:
|
9114
|
+
"""
|
9115
|
+
The OCID of the resourceInstance/resourceType/resourceGroup
|
9116
|
+
"""
|
9117
|
+
return pulumi.get(self, "id")
|
9118
|
+
|
9119
|
+
@property
|
9120
|
+
@pulumi.getter
|
9121
|
+
def type(self) -> str:
|
9122
|
+
"""
|
9123
|
+
Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
9124
|
+
"""
|
9125
|
+
return pulumi.get(self, "type")
|
9126
|
+
|
9127
|
+
|
9128
|
+
@pulumi.output_type
|
9129
|
+
class GetMonitoringTemplatesFilterResult(dict):
|
9130
|
+
def __init__(__self__, *,
|
9131
|
+
name: str,
|
9132
|
+
values: Sequence[str],
|
9133
|
+
regex: Optional[bool] = None):
|
9134
|
+
pulumi.set(__self__, "name", name)
|
9135
|
+
pulumi.set(__self__, "values", values)
|
9136
|
+
if regex is not None:
|
9137
|
+
pulumi.set(__self__, "regex", regex)
|
9138
|
+
|
9139
|
+
@property
|
9140
|
+
@pulumi.getter
|
9141
|
+
def name(self) -> str:
|
9142
|
+
return pulumi.get(self, "name")
|
9143
|
+
|
9144
|
+
@property
|
9145
|
+
@pulumi.getter
|
9146
|
+
def values(self) -> Sequence[str]:
|
9147
|
+
return pulumi.get(self, "values")
|
9148
|
+
|
9149
|
+
@property
|
9150
|
+
@pulumi.getter
|
9151
|
+
def regex(self) -> Optional[bool]:
|
9152
|
+
return pulumi.get(self, "regex")
|
9153
|
+
|
9154
|
+
|
9155
|
+
@pulumi.output_type
|
9156
|
+
class GetMonitoringTemplatesMonitoringTemplateCollectionResult(dict):
|
9157
|
+
def __init__(__self__, *,
|
9158
|
+
items: Sequence['outputs.GetMonitoringTemplatesMonitoringTemplateCollectionItemResult']):
|
9159
|
+
pulumi.set(__self__, "items", items)
|
9160
|
+
|
9161
|
+
@property
|
9162
|
+
@pulumi.getter
|
9163
|
+
def items(self) -> Sequence['outputs.GetMonitoringTemplatesMonitoringTemplateCollectionItemResult']:
|
9164
|
+
return pulumi.get(self, "items")
|
9165
|
+
|
9166
|
+
|
9167
|
+
@pulumi.output_type
|
9168
|
+
class GetMonitoringTemplatesMonitoringTemplateCollectionItemResult(dict):
|
9169
|
+
def __init__(__self__, *,
|
9170
|
+
compartment_id: str,
|
9171
|
+
defined_tags: Mapping[str, str],
|
9172
|
+
description: str,
|
9173
|
+
destinations: Sequence[str],
|
9174
|
+
display_name: str,
|
9175
|
+
freeform_tags: Mapping[str, str],
|
9176
|
+
id: str,
|
9177
|
+
is_alarms_enabled: bool,
|
9178
|
+
is_split_notification_enabled: bool,
|
9179
|
+
members: Sequence['outputs.GetMonitoringTemplatesMonitoringTemplateCollectionItemMemberResult'],
|
9180
|
+
message_format: str,
|
9181
|
+
repeat_notification_duration: str,
|
9182
|
+
state: str,
|
9183
|
+
status: str,
|
9184
|
+
system_tags: Mapping[str, str],
|
9185
|
+
tenant_id: str,
|
9186
|
+
time_created: str,
|
9187
|
+
time_updated: str,
|
9188
|
+
total_alarm_conditions: float,
|
9189
|
+
total_applied_alarm_conditions: float):
|
9190
|
+
"""
|
9191
|
+
:param str compartment_id: The ID of the compartment in which data is listed.
|
9192
|
+
:param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
9193
|
+
:param str description: A user-friendly description for the monitoring template. It does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9194
|
+
:param Sequence[str] destinations: A list of destinations for alarm notifications. Each destination is represented by the OCID of a related resource.
|
9195
|
+
:param str display_name: A filter to return monitoring template based on name.
|
9196
|
+
:param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
9197
|
+
:param str id: The OCID of the resourceInstance/resourceType/resourceGroup
|
9198
|
+
:param bool is_alarms_enabled: Whether the alarm is enabled or disabled. Default value is enabled.
|
9199
|
+
:param bool is_split_notification_enabled: Whether the alarm notification is enabled or disabled, it will be Enabled by default.
|
9200
|
+
:param Sequence['GetMonitoringTemplatesMonitoringTemplateCollectionItemMemberArgs'] members: List of members of this monitoring template.
|
9201
|
+
:param str message_format: The format to use for alarm notifications.
|
9202
|
+
:param str repeat_notification_duration: The frequency for re-submitting alarm notifications, if the alarm keeps firing without interruption. Format defined by ISO 8601. For example, PT4H indicates four hours. Minimum- PT1M. Maximum - P30D.
|
9203
|
+
:param str state: A filter to return monitoring template based on Lifecycle State
|
9204
|
+
:param str status: A filter to return monitoring template based on input status
|
9205
|
+
:param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
9206
|
+
:param str tenant_id: Tenant Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
9207
|
+
:param str time_created: The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
9208
|
+
:param str time_updated: The date and time the monitoringTemplate was last updated. Format defined by RFC3339.
|
9209
|
+
:param float total_alarm_conditions: Total Alarm Conditions
|
9210
|
+
:param float total_applied_alarm_conditions: Total Applied Alarm Conditions
|
9211
|
+
"""
|
9212
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
9213
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
9214
|
+
pulumi.set(__self__, "description", description)
|
9215
|
+
pulumi.set(__self__, "destinations", destinations)
|
9216
|
+
pulumi.set(__self__, "display_name", display_name)
|
9217
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
9218
|
+
pulumi.set(__self__, "id", id)
|
9219
|
+
pulumi.set(__self__, "is_alarms_enabled", is_alarms_enabled)
|
9220
|
+
pulumi.set(__self__, "is_split_notification_enabled", is_split_notification_enabled)
|
9221
|
+
pulumi.set(__self__, "members", members)
|
9222
|
+
pulumi.set(__self__, "message_format", message_format)
|
9223
|
+
pulumi.set(__self__, "repeat_notification_duration", repeat_notification_duration)
|
9224
|
+
pulumi.set(__self__, "state", state)
|
9225
|
+
pulumi.set(__self__, "status", status)
|
9226
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
9227
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
9228
|
+
pulumi.set(__self__, "time_created", time_created)
|
9229
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
9230
|
+
pulumi.set(__self__, "total_alarm_conditions", total_alarm_conditions)
|
9231
|
+
pulumi.set(__self__, "total_applied_alarm_conditions", total_applied_alarm_conditions)
|
9232
|
+
|
9233
|
+
@property
|
9234
|
+
@pulumi.getter(name="compartmentId")
|
9235
|
+
def compartment_id(self) -> str:
|
9236
|
+
"""
|
9237
|
+
The ID of the compartment in which data is listed.
|
9238
|
+
"""
|
9239
|
+
return pulumi.get(self, "compartment_id")
|
9240
|
+
|
9241
|
+
@property
|
9242
|
+
@pulumi.getter(name="definedTags")
|
9243
|
+
def defined_tags(self) -> Mapping[str, str]:
|
9244
|
+
"""
|
9245
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
9246
|
+
"""
|
9247
|
+
return pulumi.get(self, "defined_tags")
|
9248
|
+
|
9249
|
+
@property
|
9250
|
+
@pulumi.getter
|
9251
|
+
def description(self) -> str:
|
9252
|
+
"""
|
9253
|
+
A user-friendly description for the monitoring template. It does not have to be unique, and it's changeable. Avoid entering confidential information.
|
9254
|
+
"""
|
9255
|
+
return pulumi.get(self, "description")
|
9256
|
+
|
9257
|
+
@property
|
9258
|
+
@pulumi.getter
|
9259
|
+
def destinations(self) -> Sequence[str]:
|
9260
|
+
"""
|
9261
|
+
A list of destinations for alarm notifications. Each destination is represented by the OCID of a related resource.
|
9262
|
+
"""
|
9263
|
+
return pulumi.get(self, "destinations")
|
9264
|
+
|
9265
|
+
@property
|
9266
|
+
@pulumi.getter(name="displayName")
|
9267
|
+
def display_name(self) -> str:
|
9268
|
+
"""
|
9269
|
+
A filter to return monitoring template based on name.
|
9270
|
+
"""
|
9271
|
+
return pulumi.get(self, "display_name")
|
9272
|
+
|
9273
|
+
@property
|
9274
|
+
@pulumi.getter(name="freeformTags")
|
9275
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
9276
|
+
"""
|
9277
|
+
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
9278
|
+
"""
|
9279
|
+
return pulumi.get(self, "freeform_tags")
|
9280
|
+
|
9281
|
+
@property
|
9282
|
+
@pulumi.getter
|
9283
|
+
def id(self) -> str:
|
9284
|
+
"""
|
9285
|
+
The OCID of the resourceInstance/resourceType/resourceGroup
|
9286
|
+
"""
|
9287
|
+
return pulumi.get(self, "id")
|
9288
|
+
|
9289
|
+
@property
|
9290
|
+
@pulumi.getter(name="isAlarmsEnabled")
|
9291
|
+
def is_alarms_enabled(self) -> bool:
|
9292
|
+
"""
|
9293
|
+
Whether the alarm is enabled or disabled. Default value is enabled.
|
9294
|
+
"""
|
9295
|
+
return pulumi.get(self, "is_alarms_enabled")
|
9296
|
+
|
9297
|
+
@property
|
9298
|
+
@pulumi.getter(name="isSplitNotificationEnabled")
|
9299
|
+
def is_split_notification_enabled(self) -> bool:
|
9300
|
+
"""
|
9301
|
+
Whether the alarm notification is enabled or disabled, it will be Enabled by default.
|
9302
|
+
"""
|
9303
|
+
return pulumi.get(self, "is_split_notification_enabled")
|
9304
|
+
|
9305
|
+
@property
|
9306
|
+
@pulumi.getter
|
9307
|
+
def members(self) -> Sequence['outputs.GetMonitoringTemplatesMonitoringTemplateCollectionItemMemberResult']:
|
9308
|
+
"""
|
9309
|
+
List of members of this monitoring template.
|
9310
|
+
"""
|
9311
|
+
return pulumi.get(self, "members")
|
9312
|
+
|
9313
|
+
@property
|
9314
|
+
@pulumi.getter(name="messageFormat")
|
9315
|
+
def message_format(self) -> str:
|
9316
|
+
"""
|
9317
|
+
The format to use for alarm notifications.
|
9318
|
+
"""
|
9319
|
+
return pulumi.get(self, "message_format")
|
9320
|
+
|
9321
|
+
@property
|
9322
|
+
@pulumi.getter(name="repeatNotificationDuration")
|
9323
|
+
def repeat_notification_duration(self) -> str:
|
9324
|
+
"""
|
9325
|
+
The frequency for re-submitting alarm notifications, if the alarm keeps firing without interruption. Format defined by ISO 8601. For example, PT4H indicates four hours. Minimum- PT1M. Maximum - P30D.
|
9326
|
+
"""
|
9327
|
+
return pulumi.get(self, "repeat_notification_duration")
|
9328
|
+
|
9329
|
+
@property
|
9330
|
+
@pulumi.getter
|
9331
|
+
def state(self) -> str:
|
9332
|
+
"""
|
9333
|
+
A filter to return monitoring template based on Lifecycle State
|
9334
|
+
"""
|
9335
|
+
return pulumi.get(self, "state")
|
9336
|
+
|
9337
|
+
@property
|
9338
|
+
@pulumi.getter
|
9339
|
+
def status(self) -> str:
|
9340
|
+
"""
|
9341
|
+
A filter to return monitoring template based on input status
|
9342
|
+
"""
|
9343
|
+
return pulumi.get(self, "status")
|
9344
|
+
|
9345
|
+
@property
|
9346
|
+
@pulumi.getter(name="systemTags")
|
9347
|
+
def system_tags(self) -> Mapping[str, str]:
|
9348
|
+
"""
|
9349
|
+
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
9350
|
+
"""
|
9351
|
+
return pulumi.get(self, "system_tags")
|
9352
|
+
|
9353
|
+
@property
|
9354
|
+
@pulumi.getter(name="tenantId")
|
9355
|
+
def tenant_id(self) -> str:
|
9356
|
+
"""
|
9357
|
+
Tenant Identifier [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
9358
|
+
"""
|
9359
|
+
return pulumi.get(self, "tenant_id")
|
9360
|
+
|
9361
|
+
@property
|
9362
|
+
@pulumi.getter(name="timeCreated")
|
9363
|
+
def time_created(self) -> str:
|
9364
|
+
"""
|
9365
|
+
The date and time the monitoringTemplate was created. Format defined by RFC3339.
|
9366
|
+
"""
|
9367
|
+
return pulumi.get(self, "time_created")
|
9368
|
+
|
9369
|
+
@property
|
9370
|
+
@pulumi.getter(name="timeUpdated")
|
9371
|
+
def time_updated(self) -> str:
|
9372
|
+
"""
|
9373
|
+
The date and time the monitoringTemplate was last updated. Format defined by RFC3339.
|
9374
|
+
"""
|
9375
|
+
return pulumi.get(self, "time_updated")
|
9376
|
+
|
9377
|
+
@property
|
9378
|
+
@pulumi.getter(name="totalAlarmConditions")
|
9379
|
+
def total_alarm_conditions(self) -> float:
|
9380
|
+
"""
|
9381
|
+
Total Alarm Conditions
|
9382
|
+
"""
|
9383
|
+
return pulumi.get(self, "total_alarm_conditions")
|
9384
|
+
|
9385
|
+
@property
|
9386
|
+
@pulumi.getter(name="totalAppliedAlarmConditions")
|
9387
|
+
def total_applied_alarm_conditions(self) -> float:
|
9388
|
+
"""
|
9389
|
+
Total Applied Alarm Conditions
|
9390
|
+
"""
|
9391
|
+
return pulumi.get(self, "total_applied_alarm_conditions")
|
9392
|
+
|
9393
|
+
|
9394
|
+
@pulumi.output_type
|
9395
|
+
class GetMonitoringTemplatesMonitoringTemplateCollectionItemMemberResult(dict):
|
9396
|
+
def __init__(__self__, *,
|
9397
|
+
composite_type: str,
|
9398
|
+
id: str,
|
9399
|
+
type: str):
|
9400
|
+
"""
|
9401
|
+
:param str composite_type: The OCID of the composite resource type like EBS or Peoplesoft.
|
9402
|
+
:param str id: The OCID of the resourceInstance/resourceType/resourceGroup
|
9403
|
+
:param str type: Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
9404
|
+
"""
|
9405
|
+
pulumi.set(__self__, "composite_type", composite_type)
|
9406
|
+
pulumi.set(__self__, "id", id)
|
9407
|
+
pulumi.set(__self__, "type", type)
|
9408
|
+
|
9409
|
+
@property
|
9410
|
+
@pulumi.getter(name="compositeType")
|
9411
|
+
def composite_type(self) -> str:
|
9412
|
+
"""
|
9413
|
+
The OCID of the composite resource type like EBS or Peoplesoft.
|
9414
|
+
"""
|
9415
|
+
return pulumi.get(self, "composite_type")
|
9416
|
+
|
9417
|
+
@property
|
9418
|
+
@pulumi.getter
|
9419
|
+
def id(self) -> str:
|
9420
|
+
"""
|
9421
|
+
The OCID of the resourceInstance/resourceType/resourceGroup
|
9422
|
+
"""
|
9423
|
+
return pulumi.get(self, "id")
|
9424
|
+
|
9425
|
+
@property
|
9426
|
+
@pulumi.getter
|
9427
|
+
def type(self) -> str:
|
9428
|
+
"""
|
9429
|
+
Type of the member reference RESOURCE_INSTANCE, RESOURCE_TYPE, RESOURCE_GROUP
|
9430
|
+
"""
|
9431
|
+
return pulumi.get(self, "type")
|
9432
|
+
|
9433
|
+
|
8247
9434
|
@pulumi.output_type
|
8248
9435
|
class GetProcessSetSpecificationResult(dict):
|
8249
9436
|
def __init__(__self__, *,
|