public static final class ScaleOutParams.Builder
extends java.lang.Object
ScaleOutParams
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
ScaleOutParams . |
Modifier and Type | Method and Description |
---|---|
ScaleOutParams |
build() |
ScaleOutParams.Builder |
setGroups(java.util.List<ScaleOutGroup> groups)
The
List of scale-out groups. |
ScaleOutParams.Builder |
setType(java.lang.String type)
Unique identifier describing the type of the OVF parameters.
|
public Builder()
ScaleOutParams
.public ScaleOutParams.Builder setGroups(java.util.List<ScaleOutGroup> groups)
List
of scale-out groups.
This property is optional in the input parameters when deploying an OVF package.
If null
there are no scale-out groups. This property will always be
present in the result when retrieving information about an OVF package.groups
- New value for the property.public ScaleOutParams.Builder setType(java.lang.String type)
type
- New value for the property.public ScaleOutParams build()