Uses of Class
com.vmware.nsx_policy.model.TransportNodeVtepActionsStatusListResult
-
Packages that use TransportNodeVtepActionsStatusListResult Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps.actions com.vmware.nsx_policy.model -
-
Uses of TransportNodeVtepActionsStatusListResult in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps.actions
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps.actions that return TransportNodeVtepActionsStatusListResult Modifier and Type Method Description TransportNodeVtepActionsStatusListResultStatus. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId)List all VTEP actions' status for a particular TransportNode.TransportNodeVtepActionsStatusListResultStatus. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List all VTEP actions' status for a particular TransportNode.TransportNodeVtepActionsStatusListResultStatusStub. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId)TransportNodeVtepActionsStatusListResultStatusStub. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps.actions with type arguments of type TransportNodeVtepActionsStatusListResult Modifier and Type Method Description voidStatus. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionsStatusListResult> asyncCallback)List all VTEP actions' status for a particular TransportNode.voidStatus. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionsStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)List all VTEP actions' status for a particular TransportNode.voidStatusStub. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionsStatusListResult> asyncCallback)voidStatusStub. list(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionsStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of TransportNodeVtepActionsStatusListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportNodeVtepActionsStatusListResult Modifier and Type Method Description static TransportNodeVtepActionsStatusListResultTransportNodeVtepActionsStatusListResult. _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 TransportNodeVtepActionsStatusListResultTransportNodeVtepActionsStatusListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportNodeVtepActionsStatusListResultTransportNodeVtepActionsStatusListResult.Builder. build()
-