Uses of Class
com.vmware.nsx_policy.model.TransportNodeVtepActionReference
-
Packages that use TransportNodeVtepActionReference Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps com.vmware.nsx_policy.model -
-
Uses of TransportNodeVtepActionReference in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps that return TransportNodeVtepActionReference Modifier and Type Method Description TransportNodeVtepActionReference
Actions. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction)
Submit a new VTEP action for a particular TransportNode.TransportNodeVtepActionReference
Actions. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Submit a new VTEP action for a particular TransportNode.TransportNodeVtepActionReference
ActionsStub. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction)
TransportNodeVtepActionReference
ActionsStub. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.vteps with type arguments of type TransportNodeVtepActionReference Modifier and Type Method Description void
Actions. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionReference> asyncCallback)
Submit a new VTEP action for a particular TransportNode.void
Actions. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Submit a new VTEP action for a particular TransportNode.void
ActionsStub. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionReference> asyncCallback)
void
ActionsStub. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeVtepActionReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TransportNodeVtepActionReference in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportNodeVtepActionReference Modifier and Type Method Description static TransportNodeVtepActionReference
TransportNodeVtepActionReference. _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 TransportNodeVtepActionReference
TransportNodeVtepActionReference. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportNodeVtepActionReference
TransportNodeVtepActionReference.Builder. build()
-