Class OlvmVmSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.OlvmVmSummary.Builder
-
- Enclosing class:
- OlvmVmSummary
public static class OlvmVmSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OlvmVmSummary.Builderactive(Integer active)The number of virtual machines active on the host.OlvmVmSummarybuild()OlvmVmSummary.Buildercopy(OlvmVmSummary model)OlvmVmSummary.Buildermigrating(Integer migrating)The number of virtual machines migrating to or from the host.OlvmVmSummary.Buildertotal(Integer total)The number of virtual machines present on the host.
-
-
-
Method Detail
-
active
public OlvmVmSummary.Builder active(Integer active)
The number of virtual machines active on the host.- Parameters:
active- the value to set- Returns:
- this builder
-
migrating
public OlvmVmSummary.Builder migrating(Integer migrating)
The number of virtual machines migrating to or from the host.- Parameters:
migrating- the value to set- Returns:
- this builder
-
total
public OlvmVmSummary.Builder total(Integer total)
The number of virtual machines present on the host.- Parameters:
total- the value to set- Returns:
- this builder
-
build
public OlvmVmSummary build()
-
copy
public OlvmVmSummary.Builder copy(OlvmVmSummary model)
-
-