public static class GenerateAgentDeployScriptDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateAgentDeployScriptDetails |
build() |
GenerateAgentDeployScriptDetails.Builder |
copy(GenerateAgentDeployScriptDetails model) |
GenerateAgentDeployScriptDetails.Builder |
installKeyId(String installKeyId)
The OCID of the
install key for which to generate the script.
|
GenerateAgentDeployScriptDetails.Builder |
isUserNameEnabled(Boolean isUserNameEnabled)
Enable/disable user name collection on agent.
|
GenerateAgentDeployScriptDetails.Builder |
osFamily(OsFamily osFamily)
The operating system type for the script.
|
public GenerateAgentDeployScriptDetails.Builder installKeyId(String installKeyId)
The OCID of the install key for which to generate the script.
installKeyId
- the value to setpublic GenerateAgentDeployScriptDetails.Builder osFamily(OsFamily osFamily)
The operating system type for the script. Currently only ‘LINUX’ and ‘WINDOWS’ are supported.
osFamily
- the value to setpublic GenerateAgentDeployScriptDetails.Builder isUserNameEnabled(Boolean isUserNameEnabled)
Enable/disable user name collection on agent.
isUserNameEnabled
- the value to setpublic GenerateAgentDeployScriptDetails build()
public GenerateAgentDeployScriptDetails.Builder copy(GenerateAgentDeployScriptDetails model)
Copyright © 2016–2024. All rights reserved.