| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.transport_nodes.inter_site |
| Modifier and Type | Method and Description |
|---|---|
static NodeInterSiteStatistics |
NodeInterSiteStatistics._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 NodeInterSiteStatistics |
NodeInterSiteStatistics._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
NodeInterSiteStatistics |
NodeInterSiteStatistics.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
NodeInterSiteStatistics |
StatisticsStub.get(java.lang.String edgeNodeId) |
NodeInterSiteStatistics |
Statistics.get(java.lang.String edgeNodeId)
Returns RTEP to RTEP tunnel port statistics of the given edge node.
|
NodeInterSiteStatistics |
StatisticsStub.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
NodeInterSiteStatistics |
Statistics.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns RTEP to RTEP tunnel port statistics of the given edge node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeInterSiteStatistics> asyncCallback) |
void |
Statistics.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeInterSiteStatistics> asyncCallback)
Returns RTEP to RTEP tunnel port statistics of the given edge node.
|
void |
StatisticsStub.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeInterSiteStatistics> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Statistics.get(java.lang.String edgeNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeInterSiteStatistics> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns RTEP to RTEP tunnel port statistics of the given edge node.
|