Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmAgent.Builder
-
Packages that use OlvmAgent.Builder Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmAgent.Builder in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmAgent.Builder Modifier and Type Method Description OlvmAgent.BuilderOlvmAgent.Builder. address(String address)Fence agent addressstatic OlvmAgent.BuilderOlvmAgent. builder()Create a new builder.OlvmAgent.BuilderOlvmAgent.Builder. comment(String comment)Free text containing comments about this object.OlvmAgent.BuilderOlvmAgent.Builder. copy(OlvmAgent model)OlvmAgent.BuilderOlvmAgent.Builder. description(String description)Free text containing comments about this object.OlvmAgent.BuilderOlvmAgent.Builder. id(String id)A unique identifier.OlvmAgent.BuilderOlvmAgent.Builder. isConcurrent(Boolean isConcurrent)Specified whether the agent should be used concurrently or sequentiallyOlvmAgent.BuilderOlvmAgent.Builder. isEncryptOptions(Boolean isEncryptOptions)Specifies whether the options should be encrypted.OlvmAgent.BuilderOlvmAgent.Builder. name(String name)A human-readable name in plain textOlvmAgent.BuilderOlvmAgent.Builder. order(Integer order)The order of this agent if used with other agents.OlvmAgent.BuilderOlvmAgent.Builder. port(Integer port)Fence agent port.OlvmAgent.BuilderOlvmAgent. toBuilder()OlvmAgent.BuilderOlvmAgent.Builder. type(String type)Fence agent type.OlvmAgent.BuilderOlvmAgent.Builder. username(String username)Fence agent user name.
-