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 TunnelPropertiesTunnels. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source)Tunnel propertiesTunnelPropertiesTunnels. 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 propertiesTunnelPropertiesTunnelsStub. get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeId, java.lang.String tunnelName, java.lang.String source)TunnelPropertiesTunnelsStub. 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 voidTunnels. 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 propertiesvoidTunnels. 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 propertiesvoidTunnelsStub. 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)voidTunnelsStub. 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 TunnelPropertiesTunnelProperties. _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 TunnelPropertiesTunnelProperties. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TunnelPropertiesTunnelProperties.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.BuilderTunnelList.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.voidTunnelList. 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.
-