Uses of Class
com.vmware.nsx_policy.model.TransportZoneEndPoint
-
Packages that use TransportZoneEndPoint Package Description com.vmware.nsx_policy.model -
-
Uses of TransportZoneEndPoint in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportZoneEndPoint Modifier and Type Method Description static TransportZoneEndPoint
TransportZoneEndPoint. _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 TransportZoneEndPoint
TransportZoneEndPoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportZoneEndPoint
TransportZoneEndPoint.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type TransportZoneEndPoint Modifier and Type Method Description java.util.List<TransportZoneEndPoint>
PreconfiguredHostSwitch. getTransportZoneEndpoints()
List of TransportZones that are to be associated with specified host switch.java.util.List<TransportZoneEndPoint>
StandardHostSwitch. getTransportZoneEndpoints()
List of TransportZones that are to be associated with specified host switch.Method parameters in com.vmware.nsx_policy.model with type arguments of type TransportZoneEndPoint Modifier and Type Method Description PreconfiguredHostSwitch.Builder
PreconfiguredHostSwitch.Builder. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)
List of TransportZones that are to be associated with specified host switch.void
PreconfiguredHostSwitch. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)
List of TransportZones that are to be associated with specified host switch.StandardHostSwitch.Builder
StandardHostSwitch.Builder. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)
List of TransportZones that are to be associated with specified host switch.void
StandardHostSwitch. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)
List of TransportZones that are to be associated with specified host switch.
-