Uses of Class
com.oracle.bmc.stackmonitoring.model.ImportOciTelemetryResourcesTaskDetails.Source
-
Packages that use ImportOciTelemetryResourcesTaskDetails.Source Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of ImportOciTelemetryResourcesTaskDetails.Source in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ImportOciTelemetryResourcesTaskDetails.Source Modifier and Type Method Description static ImportOciTelemetryResourcesTaskDetails.Source
ImportOciTelemetryResourcesTaskDetails.Source. create(String key)
ImportOciTelemetryResourcesTaskDetails.Source
ImportOciTelemetryResourcesTaskDetails. getSource()
Source from where the metrics pushed to telemetry.static ImportOciTelemetryResourcesTaskDetails.Source
ImportOciTelemetryResourcesTaskDetails.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportOciTelemetryResourcesTaskDetails.Source[]
ImportOciTelemetryResourcesTaskDetails.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ImportOciTelemetryResourcesTaskDetails.Source Modifier and Type Method Description ImportOciTelemetryResourcesTaskDetails.Builder
ImportOciTelemetryResourcesTaskDetails.Builder. source(ImportOciTelemetryResourcesTaskDetails.Source source)
Source from where the metrics pushed to telemetry.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type ImportOciTelemetryResourcesTaskDetails.Source Constructor Description ImportOciTelemetryResourcesTaskDetails(ImportOciTelemetryResourcesTaskDetails.Source source, String namespace, String resourceGroup, Boolean shouldUseMetricsFlowForStatus, String serviceBaseUrl, String consolePathPrefix, List<String> lifecycleStatusMappingsForUpStatus, String resourceNameMapping, String externalIdMapping, String resourceTypeMapping, String resourceNameFilter, String resourceTypeFilter, List<String> availabilityProxyMetrics, Integer availabilityProxyMetricCollectionInterval)
Deprecated.
-