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.Builder
Lag.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.Builder
Lag.Builder. setLoadBalanceAlgorithm(java.lang.String loadBalanceAlgorithm)
Possible values are:Lag.LOAD_BALANCE_ALGORITHM_SRCMAC
Lag.LOAD_BALANCE_ALGORITHM_DESTMAC
Lag.LOAD_BALANCE_ALGORITHM_SRCDESTMAC
Lag.LOAD_BALANCE_ALGORITHM_SRCDESTIPVLAN
Lag.LOAD_BALANCE_ALGORITHM_SRCDESTMACIPPORT
LACP load balance AlgorithmLag.Builder
Lag.Builder. setMode(java.lang.String mode)
Possible values are:Lag.MODE_ACTIVE
Lag.MODE_PASSIVE
LACP group modeLag.Builder
Lag.Builder. setName(java.lang.String name)
Lag nameLag.Builder
Lag.Builder. setNumberOfUplinks(java.lang.Long numberOfUplinks)
number of uplinks format: int32Lag.Builder
Lag.Builder. setTimeoutType(java.lang.String timeoutType)
Possible values are:Lag.TIMEOUT_TYPE_SLOW
Lag.TIMEOUT_TYPE_FAST
LACP timeout typeLag.Builder
Lag.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.
-