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 ShaMonitorStatusListResultMonitorsStatus. list(java.lang.String transportNodeId)List the status of SHA monitors on certain transport node.ShaMonitorStatusListResultMonitorsStatus. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List the status of SHA monitors on certain transport node.ShaMonitorStatusListResultMonitorsStatusStub. list(java.lang.String transportNodeId)ShaMonitorStatusListResultMonitorsStatusStub. 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 voidMonitorsStatus. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback)List the status of SHA monitors on certain transport node.voidMonitorsStatus. 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.voidMonitorsStatusStub. list(java.lang.String transportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<ShaMonitorStatusListResult> asyncCallback)voidMonitorsStatusStub. 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 ShaMonitorStatusListResultShaMonitorStatusListResult. _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 ShaMonitorStatusListResultShaMonitorStatusListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ShaMonitorStatusListResultShaMonitorStatusListResult.Builder. build()
-