Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
OpsiDataObjectSupportedQueryParam |
OpsiDataObjectSupportedQueryParam.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<OpsiDataObjectSupportedQueryParam> |
OpsiDataObject.getSupportedQueryParams()
Supported query parameters by this OPSI data object that can be configured while a data
object query involving this data object is executed.
|
Modifier and Type | Method and Description |
---|---|
OpsiDataObjectSupportedQueryParam.Builder |
OpsiDataObjectSupportedQueryParam.Builder.copy(OpsiDataObjectSupportedQueryParam model) |
Modifier and Type | Method and Description |
---|---|
HostInsightsDataObject.Builder |
HostInsightsDataObject.Builder.supportedQueryParams(List<OpsiDataObjectSupportedQueryParam> supportedQueryParams) |
ExadataInsightsDataObject.Builder |
ExadataInsightsDataObject.Builder.supportedQueryParams(List<OpsiDataObjectSupportedQueryParam> supportedQueryParams) |
DatabaseInsightsDataObject.Builder |
DatabaseInsightsDataObject.Builder.supportedQueryParams(List<OpsiDataObjectSupportedQueryParam> supportedQueryParams) |
Constructor and Description |
---|
DatabaseInsightsDataObject(String identifier,
String displayName,
String description,
String name,
List<String> groupNames,
String supportedQueryTimePeriod,
List<DataObjectColumnMetadata> columnsMetadata,
List<OpsiDataObjectSupportedQueryParam> supportedQueryParams)
Deprecated.
|
ExadataInsightsDataObject(String identifier,
String displayName,
String description,
String name,
List<String> groupNames,
String supportedQueryTimePeriod,
List<DataObjectColumnMetadata> columnsMetadata,
List<OpsiDataObjectSupportedQueryParam> supportedQueryParams)
Deprecated.
|
HostInsightsDataObject(String identifier,
String displayName,
String description,
String name,
List<String> groupNames,
String supportedQueryTimePeriod,
List<DataObjectColumnMetadata> columnsMetadata,
List<OpsiDataObjectSupportedQueryParam> supportedQueryParams)
Deprecated.
|
OpsiDataObject(String identifier,
String displayName,
String description,
String name,
List<String> groupNames,
String supportedQueryTimePeriod,
List<DataObjectColumnMetadata> columnsMetadata,
List<OpsiDataObjectSupportedQueryParam> supportedQueryParams)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.