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 TransportZoneEndPointTransportZoneEndPoint. _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 TransportZoneEndPointTransportZoneEndPoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportZoneEndPointTransportZoneEndPoint.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.BuilderPreconfiguredHostSwitch.Builder. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)List of TransportZones that are to be associated with specified host switch.voidPreconfiguredHostSwitch. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)List of TransportZones that are to be associated with specified host switch.StandardHostSwitch.BuilderStandardHostSwitch.Builder. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)List of TransportZones that are to be associated with specified host switch.voidStandardHostSwitch. setTransportZoneEndpoints(java.util.List<TransportZoneEndPoint> transportZoneEndpoints)List of TransportZones that are to be associated with specified host switch.
-