| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DonutPart |
DonutPart._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static DonutPart |
DonutPart._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DonutPart |
DonutPart.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DonutPart> |
DonutSection.getParts()
Array of portions or parts of the donut or stats chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DonutSection.setParts(java.util.List<DonutPart> parts)
Array of portions or parts of the donut or stats chart.
|
DonutSection.Builder |
DonutSection.Builder.setParts(java.util.List<DonutPart> parts)
Array of portions or parts of the donut or stats chart.
|