Package | Description |
---|---|
com.oracle.bmc.managementagent.model | |
com.oracle.bmc.managementagent.responses |
Modifier and Type | Class and Description |
---|---|
class |
KubernetesClusterDataSource
A Kubernetes cluster data source.
|
class |
PrometheusEmitterDataSource
A Prometheus data source.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
ManagementAgent.getDataSourceList()
list of dataSources associated with the agent
|
Modifier and Type | Method and Description |
---|---|
ManagementAgent.Builder |
ManagementAgent.Builder.dataSourceList(List<DataSource> dataSourceList)
list of dataSources associated with the agent
|
Constructor and Description |
---|
ManagementAgent(String id,
String installKeyId,
String displayName,
PlatformTypes platformType,
String platformName,
String platformVersion,
String version,
String resourceArtifactVersion,
String host,
String hostId,
String installPath,
List<ManagementAgentPluginDetails> pluginList,
String compartmentId,
Boolean isAgentAutoUpgradable,
Date timeCreated,
Date timeUpdated,
Date timeLastHeartbeat,
AvailabilityStatus availabilityStatus,
LifecycleStates lifecycleState,
String lifecycleDetails,
Boolean isCustomerDeployed,
InstallTypes installType,
List<ManagementAgentProperty> managementAgentProperties,
List<DataSource> dataSourceList,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
GetDataSourceResponse.getDataSource()
The returned
DataSource instance. |
Modifier and Type | Method and Description |
---|---|
GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.dataSource(DataSource dataSource)
The returned
DataSource instance. |
Copyright © 2016–2024. All rights reserved.