public static final class IntelligenceFormFactor.Builder
extends java.lang.Object
IntelligenceFormFactor.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IntelligenceFormFactor. |
| Modifier and Type | Method and Description |
|---|---|
IntelligenceFormFactor |
build() |
IntelligenceFormFactor.Builder |
setDefaultWorkerCount(java.lang.Long defaultWorkerCount)
Default number of Napp worker nodes.
|
IntelligenceFormFactor.Builder |
setDisk(java.lang.Long disk)
Disk size of the Napp worker nodes in GBs.
|
IntelligenceFormFactor.Builder |
setMemory(java.lang.Long memory)
Memory size of the Napp worker nodes in GBs format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
IntelligenceFormFactor.Builder |
setType(java.lang.String type)
Possible values are:
IntelligenceFormFactor.TYPE_EVALUATION IntelligenceFormFactor.TYPE_STANDARD IntelligenceFormFactor.TYPE_ADVANCED IntelligenceFormFactor.TYPE_SMALL IntelligenceFormFactor.TYPE_LARGE IntelligenceFormFactor.TYPE_EXTRA_LARGE NSX
Intelligence node form factor type
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored. |
IntelligenceFormFactor.Builder |
setVcpu(java.lang.Long vcpu)
Number of virtual cpus on the Napp worker nodes format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
IntelligenceFormFactor.public IntelligenceFormFactor.Builder setDefaultWorkerCount(java.lang.Long defaultWorkerCount)
defaultWorkerCount - New value for the property.public IntelligenceFormFactor.Builder setDisk(java.lang.Long disk)
disk - New value for the property.public IntelligenceFormFactor.Builder setMemory(java.lang.Long memory)
memory - New value for the property.public IntelligenceFormFactor.Builder setType(java.lang.String type)
type - New value for the property.public IntelligenceFormFactor.Builder setVcpu(java.lang.Long vcpu)
vcpu - New value for the property.public IntelligenceFormFactor build()