Uses of Class
com.vmware.nsx_policy.model.TunnelProperties
-
Packages that use TunnelProperties Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes com.vmware.nsx_policy.model -
-
Uses of TunnelProperties in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes that return TunnelProperties Modifier and Type Method Description TunnelProperties
Tunnels. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source)
Tunnel propertiesTunnelProperties
Tunnels. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Tunnel propertiesTunnelProperties
TunnelsStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source)
TunnelProperties
TunnelsStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes with type arguments of type TunnelProperties Modifier and Type Method Description void
Tunnels. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<TunnelProperties> asyncCallback)
Tunnel propertiesvoid
Tunnels. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<TunnelProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Tunnel propertiesvoid
TunnelsStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<TunnelProperties> asyncCallback)
void
TunnelsStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<TunnelProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TunnelProperties in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TunnelProperties Modifier and Type Method Description static TunnelProperties
TunnelProperties. _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 TunnelProperties
TunnelProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TunnelProperties
TunnelProperties.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type TunnelProperties Modifier and Type Method Description java.util.List<TunnelProperties>
TunnelList. getTunnels()
List of transport node tunnels This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Method parameters in com.vmware.nsx_policy.model with type arguments of type TunnelProperties Modifier and Type Method Description TunnelList.Builder
TunnelList.Builder. setTunnels(java.util.List<TunnelProperties> tunnels)
List of transport node tunnels This property may be present in responses from the server, but if it is present in a request to server it will be ignored.void
TunnelList. setTunnels(java.util.List<TunnelProperties> tunnels)
List of transport node tunnels This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-