Uses of Class
com.vmware.nsx_policy.model.ShaMonitorStatusListResult
-
Packages that use ShaMonitorStatusListResult Package Description com.vmware.nsx_policy.infra.sha com.vmware.nsx_policy.model -
-
Uses of ShaMonitorStatusListResult in com.vmware.nsx_policy.infra.sha
Methods in com.vmware.nsx_policy.infra.sha that return ShaMonitorStatusListResult Modifier and Type Method Description ShaMonitorStatusListResult
MonitorsStatus. list(java.lang.String transportNodeId)
List the status of SHA monitors on certain transport node.ShaMonitorStatusListResult
MonitorsStatus. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the status of SHA monitors on certain transport node.ShaMonitorStatusListResult
MonitorsStatusStub. list(java.lang.String transportNodeId)
ShaMonitorStatusListResult
MonitorsStatusStub. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sha with type arguments of type ShaMonitorStatusListResult Modifier and Type Method Description void
MonitorsStatus. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback)
List the status of SHA monitors on certain transport node.void
MonitorsStatus. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the status of SHA monitors on certain transport node.void
MonitorsStatusStub. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback)
void
MonitorsStatusStub. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ShaMonitorStatusListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ShaMonitorStatusListResult Modifier and Type Method Description static ShaMonitorStatusListResult
ShaMonitorStatusListResult. _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 ShaMonitorStatusListResult
ShaMonitorStatusListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ShaMonitorStatusListResult
ShaMonitorStatusListResult.Builder. build()
-