Package | Description |
---|---|
com.oracle.bmc.managementagent.model |
Modifier and Type | Method and Description |
---|---|
ManagementAgentPluginDetails |
ManagementAgentPluginDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ManagementAgentPluginDetails> |
ManagementAgent.getPluginList()
list of managementAgentPlugins associated with the agent
|
List<ManagementAgentPluginDetails> |
ManagementAgentSummary.getPluginList()
list of managementAgentPlugins associated with the agent
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentPluginDetails.Builder |
ManagementAgentPluginDetails.Builder.copy(ManagementAgentPluginDetails model) |
Modifier and Type | Method and Description |
---|---|
ManagementAgent.Builder |
ManagementAgent.Builder.pluginList(List<ManagementAgentPluginDetails> pluginList)
list of managementAgentPlugins associated with the agent
|
ManagementAgentSummary.Builder |
ManagementAgentSummary.Builder.pluginList(List<ManagementAgentPluginDetails> pluginList)
list of managementAgentPlugins 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.
|
ManagementAgentSummary(String id,
String installKeyId,
String displayName,
PlatformTypes platformType,
String platformName,
String platformVersion,
String version,
String resourceArtifactVersion,
Boolean isAgentAutoUpgradable,
Date timeCreated,
Date timeUpdated,
String host,
String hostId,
List<ManagementAgentPluginDetails> pluginList,
String compartmentId,
Date timeLastHeartbeat,
AvailabilityStatus availabilityStatus,
LifecycleStates lifecycleState,
String lifecycleDetails,
Boolean isCustomerDeployed,
InstallTypes installType,
List<DataSourceSummaryItem> dataSourceSummaryList,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.