Package | Description |
---|---|
com.oracle.bmc.managementagent.model |
Modifier and Type | Method and Description |
---|---|
ManagementAgentProperty |
ManagementAgentProperty.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ManagementAgentProperty> |
ManagementAgent.getManagementAgentProperties()
Additional properties for this Management Agent
|
Modifier and Type | Method and Description |
---|---|
ManagementAgentProperty.Builder |
ManagementAgentProperty.Builder.copy(ManagementAgentProperty model) |
Modifier and Type | Method and Description |
---|---|
ManagementAgent.Builder |
ManagementAgent.Builder.managementAgentProperties(List<ManagementAgentProperty> managementAgentProperties)
Additional properties for this Management 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.
|
Copyright © 2016–2024. All rights reserved.