Uses of Class
com.vmware.nsx_policy.model.LBServiceInstanceDetailPerTransportNode
-
Packages that use LBServiceInstanceDetailPerTransportNode Package Description com.vmware.nsx_policy.model -
-
Uses of LBServiceInstanceDetailPerTransportNode in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBServiceInstanceDetailPerTransportNode Modifier and Type Method Description static LBServiceInstanceDetailPerTransportNodeLBServiceInstanceDetailPerTransportNode. _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 LBServiceInstanceDetailPerTransportNodeLBServiceInstanceDetailPerTransportNode. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LBServiceInstanceDetailPerTransportNodeLBServiceInstanceDetailPerTransportNode.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type LBServiceInstanceDetailPerTransportNode Modifier and Type Method Description java.util.List<LBServiceInstanceDetailPerTransportNode>LBServiceStatus. getInstanceDetailPerTn()Details of load balancer service instance per transport node.Method parameters in com.vmware.nsx_policy.model with type arguments of type LBServiceInstanceDetailPerTransportNode Modifier and Type Method Description LBServiceStatus.BuilderLBServiceStatus.Builder. setInstanceDetailPerTn(java.util.List<LBServiceInstanceDetailPerTransportNode> instanceDetailPerTn)Details of load balancer service instance per transport node.voidLBServiceStatus. setInstanceDetailPerTn(java.util.List<LBServiceInstanceDetailPerTransportNode> instanceDetailPerTn)Details of load balancer service instance per transport node.
-