Uses of Class
com.oracle.bmc.managementagent.model.ManagementAgentPluginDetails
-
Packages that use ManagementAgentPluginDetails Package Description com.oracle.bmc.managementagent.model -
-
Uses of ManagementAgentPluginDetails in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return ManagementAgentPluginDetails Modifier and Type Method Description ManagementAgentPluginDetails
ManagementAgentPluginDetails.Builder. build()
Methods in com.oracle.bmc.managementagent.model that return types with arguments of type ManagementAgentPluginDetails Modifier and Type Method Description List<ManagementAgentPluginDetails>
ManagementAgent. getPluginList()
list of managementAgentPlugins associated with the agentList<ManagementAgentPluginDetails>
ManagementAgentSummary. getPluginList()
list of managementAgentPlugins associated with the agentMethods in com.oracle.bmc.managementagent.model with parameters of type ManagementAgentPluginDetails Modifier and Type Method Description ManagementAgentPluginDetails.Builder
ManagementAgentPluginDetails.Builder. copy(ManagementAgentPluginDetails model)
Method parameters in com.oracle.bmc.managementagent.model with type arguments of type ManagementAgentPluginDetails Modifier and Type Method Description ManagementAgent.Builder
ManagementAgent.Builder. pluginList(List<ManagementAgentPluginDetails> pluginList)
list of managementAgentPlugins associated with the agentManagementAgentSummary.Builder
ManagementAgentSummary.Builder. pluginList(List<ManagementAgentPluginDetails> pluginList)
list of managementAgentPlugins associated with the agentConstructor parameters in com.oracle.bmc.managementagent.model with type arguments of type ManagementAgentPluginDetails Constructor 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, Map<String,Map<String,Object>> systemTags)
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, String latestSupportedVersion, List<DataSourceSummaryItem> dataSourceSummaryList, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-