| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeInterfaceStatistics |
RuntimeInterfaceStatistics._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 RuntimeInterfaceStatistics |
RuntimeInterfaceStatistics._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RuntimeInterfaceStatistics |
RuntimeInterfaceStatistics.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuntimeInterfaceStatistics> |
InstanceRuntimeStatistic.getInterfaceStatistics()
List of statistics for all data NICs on a runtime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRuntimeStatistic.setInterfaceStatistics(java.util.List<RuntimeInterfaceStatistics> interfaceStatistics)
List of statistics for all data NICs on a runtime.
|
InstanceRuntimeStatistic.Builder |
InstanceRuntimeStatistic.Builder.setInterfaceStatistics(java.util.List<RuntimeInterfaceStatistics> interfaceStatistics)
List of statistics for all data NICs on a runtime.
|