| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
IntelligenceFormFactor.Builder |
IntelligenceFormFactor.Builder.setDefaultWorkerCount(java.lang.Long defaultWorkerCount)
Default number of Napp worker nodes.
|
IntelligenceFormFactor.Builder |
IntelligenceFormFactor.Builder.setDisk(java.lang.Long disk)
Disk size of the Napp worker nodes in GBs.
|
IntelligenceFormFactor.Builder |
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 |
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 |
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.
|