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 TransportNodeVtepActionReferenceActions. 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.TransportNodeVtepActionReferenceActions. 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.TransportNodeVtepActionReferenceActionsStub. create(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.Structure transportNodeVtepAction)TransportNodeVtepActionReferenceActionsStub. 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 voidActions. 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.voidActions. 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.voidActionsStub. 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)voidActionsStub. 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 TransportNodeVtepActionReferenceTransportNodeVtepActionReference. _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 TransportNodeVtepActionReferenceTransportNodeVtepActionReference. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportNodeVtepActionReferenceTransportNodeVtepActionReference.Builder. build()
-