Uses of Class
com.oracle.bmc.managementagent.model.DataSource
-
Packages that use DataSource Package Description com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.responses -
-
Uses of DataSource in com.oracle.bmc.managementagent.model
Subclasses of DataSource in com.oracle.bmc.managementagent.model Modifier and Type Class Description class
KubernetesClusterDataSource
A Kubernetes cluster data source.class
PrometheusEmitterDataSource
A Prometheus data source.Methods in com.oracle.bmc.managementagent.model that return types with arguments of type DataSource Modifier and Type Method Description List<DataSource>
ManagementAgent. getDataSourceList()
list of dataSources associated with the agentMethod parameters in com.oracle.bmc.managementagent.model with type arguments of type DataSource Modifier and Type Method Description ManagementAgent.Builder
ManagementAgent.Builder. dataSourceList(List<DataSource> dataSourceList)
list of dataSources associated with the agent -
Uses of DataSource in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return DataSource Modifier and Type Method Description DataSource
GetDataSourceResponse. getDataSource()
The returned DataSource instance.Methods in com.oracle.bmc.managementagent.responses with parameters of type DataSource Modifier and Type Method Description GetDataSourceResponse.Builder
GetDataSourceResponse.Builder. dataSource(DataSource dataSource)
The returned DataSource instance.
-