Uses of Class
com.vmware.nsx_policy.model.Lag.Builder
-
Packages that use Lag.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of Lag.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Lag.Builder Modifier and Type Method Description Lag.BuilderLag.Builder. setId(java.lang.String id)unique id This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Lag.BuilderLag.Builder. setLoadBalanceAlgorithm(java.lang.String loadBalanceAlgorithm)Possible values are:Lag.LOAD_BALANCE_ALGORITHM_SRCMACLag.LOAD_BALANCE_ALGORITHM_DESTMACLag.LOAD_BALANCE_ALGORITHM_SRCDESTMACLag.LOAD_BALANCE_ALGORITHM_SRCDESTIPVLANLag.LOAD_BALANCE_ALGORITHM_SRCDESTMACIPPORTLACP load balance AlgorithmLag.BuilderLag.Builder. setMode(java.lang.String mode)Possible values are:Lag.MODE_ACTIVELag.MODE_PASSIVELACP group modeLag.BuilderLag.Builder. setName(java.lang.String name)Lag nameLag.BuilderLag.Builder. setNumberOfUplinks(java.lang.Long numberOfUplinks)number of uplinks format: int32Lag.BuilderLag.Builder. setTimeoutType(java.lang.String timeoutType)Possible values are:Lag.TIMEOUT_TYPE_SLOWLag.TIMEOUT_TYPE_FASTLACP timeout typeLag.BuilderLag.Builder. setUplinks(java.util.List<Uplink> uplinks)uplink names This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-