Package com.oracle.bmc.opsi.model
Class HostImportableAgentEntitySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.HostImportableAgentEntitySummary.Builder
-
- Enclosing class:
- HostImportableAgentEntitySummary
public static class HostImportableAgentEntitySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
managementAgentId
public HostImportableAgentEntitySummary.Builder managementAgentId(String managementAgentId)
-
managementAgentDisplayName
public HostImportableAgentEntitySummary.Builder managementAgentDisplayName(String managementAgentDisplayName)
-
hostName
public HostImportableAgentEntitySummary.Builder hostName(String hostName)
The host name.The host name is unique amongst the hosts managed by the same management agent.
- Parameters:
hostName
- the value to set- Returns:
- this builder
-
platformType
public 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].
- Parameters:
platformType
- the value to set- Returns:
- this builder
-
build
public HostImportableAgentEntitySummary build()
-
copy
public HostImportableAgentEntitySummary.Builder copy(HostImportableAgentEntitySummary model)
-
-