public static class VmProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VmProperties |
build() |
VmProperties.Builder |
copy(VmProperties model) |
VmProperties.Builder |
hypervisorHost(String hypervisorHost)
Host name/IP address of VM on which the host is running.
|
VmProperties.Builder |
hypervisorVendor(String hypervisorVendor)
Hypervisor vendor.
|
VmProperties.Builder |
hypervisorVersion(String hypervisorVersion)
Hypervisor version.
|
public VmProperties.Builder hypervisorVendor(String hypervisorVendor)
Hypervisor vendor.
hypervisorVendor
- the value to setpublic VmProperties.Builder hypervisorVersion(String hypervisorVersion)
Hypervisor version.
hypervisorVersion
- the value to setpublic VmProperties.Builder hypervisorHost(String hypervisorHost)
Host name/IP address of VM on which the host is running.
hypervisorHost
- the value to setpublic VmProperties build()
public VmProperties.Builder copy(VmProperties model)
Copyright © 2016–2024. All rights reserved.