Package com.oracle.bmc.cloudbridge.model
Class VmProperties.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.model.VmProperties.Builder
-
- Enclosing class:
- VmProperties
public static class VmProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
hypervisorVendor
public VmProperties.Builder hypervisorVendor(String hypervisorVendor)
Hypervisor vendor.- Parameters:
hypervisorVendor
- the value to set- Returns:
- this builder
-
hypervisorVersion
public VmProperties.Builder hypervisorVersion(String hypervisorVersion)
Hypervisor version.- Parameters:
hypervisorVersion
- the value to set- Returns:
- this builder
-
hypervisorHost
public VmProperties.Builder hypervisorHost(String hypervisorHost)
Host name/IP address of VM on which the host is running.- Parameters:
hypervisorHost
- the value to set- Returns:
- this builder
-
build
public VmProperties build()
-
copy
public VmProperties.Builder copy(VmProperties model)
-
-