public static class HostImportableAgentEntitySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostImportableAgentEntitySummary |
build() |
HostImportableAgentEntitySummary.Builder |
copy(HostImportableAgentEntitySummary model) |
HostImportableAgentEntitySummary.Builder |
hostName(String hostName)
The host name.
|
HostImportableAgentEntitySummary.Builder |
managementAgentDisplayName(String managementAgentDisplayName) |
HostImportableAgentEntitySummary.Builder |
managementAgentId(String managementAgentId) |
HostImportableAgentEntitySummary.Builder |
platformType(HostImportableAgentEntitySummary.PlatformType platformType)
Platform type.
|
public HostImportableAgentEntitySummary.Builder managementAgentId(String managementAgentId)
public HostImportableAgentEntitySummary.Builder managementAgentDisplayName(String managementAgentDisplayName)
public HostImportableAgentEntitySummary.Builder hostName(String hostName)
The host name. The host name is unique amongst the hosts managed by the same management agent.
hostName
- the value to setpublic HostImportableAgentEntitySummary.Builder platformType(HostImportableAgentEntitySummary.PlatformType platformType)
Platform type. Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX].
platformType
- the value to setpublic HostImportableAgentEntitySummary build()
public HostImportableAgentEntitySummary.Builder copy(HostImportableAgentEntitySummary model)
Copyright © 2016–2024. All rights reserved.