public class NetdevL2TPv3Options extends QApiType
QApiTypeDescriptor{name=NetdevL2TPv3Options, data={src=str, dst=str, *srcport=str, *dstport=str, *ipv6=bool, *udp=bool, *cookie64=bool, *counter=bool, *pincounter=bool, *txcookie=uint64, *rxcookie=uint64, txsession=uint32, *rxsession=uint32, *offset=uint32}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
Boolean |
cookie64 |
Boolean |
counter |
String |
dst |
String |
dstport |
Boolean |
ipv6 |
Long |
offset |
Boolean |
pincounter |
Long |
rxcookie |
Long |
rxsession |
String |
src |
String |
srcport |
Long |
txcookie |
long |
txsession |
Boolean |
udp |
Constructor and Description |
---|
NetdevL2TPv3Options() |
NetdevL2TPv3Options(String src,
String dst,
String srcport,
String dstport,
Boolean ipv6,
Boolean udp,
Boolean cookie64,
Boolean counter,
Boolean pincounter,
Long txcookie,
Long rxcookie,
long txsession,
Long rxsession,
Long offset) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
NetdevL2TPv3Options |
withCookie64(Boolean value) |
NetdevL2TPv3Options |
withCounter(Boolean value) |
NetdevL2TPv3Options |
withDst(String value) |
NetdevL2TPv3Options |
withDstport(String value) |
NetdevL2TPv3Options |
withIpv6(Boolean value) |
NetdevL2TPv3Options |
withOffset(Long value) |
NetdevL2TPv3Options |
withPincounter(Boolean value) |
NetdevL2TPv3Options |
withRxcookie(Long value) |
NetdevL2TPv3Options |
withRxsession(Long value) |
NetdevL2TPv3Options |
withSrc(String value) |
NetdevL2TPv3Options |
withSrcport(String value) |
NetdevL2TPv3Options |
withTxcookie(Long value) |
NetdevL2TPv3Options |
withTxsession(long value) |
NetdevL2TPv3Options |
withUdp(Boolean value) |
toString
@CheckForNull public String srcport
@CheckForNull public String dstport
@CheckForNull public Boolean ipv6
@CheckForNull public Boolean udp
@CheckForNull public Boolean cookie64
@CheckForNull public Boolean counter
@CheckForNull public Boolean pincounter
@CheckForNull public Long txcookie
@CheckForNull public Long rxcookie
@CheckForNull public Long rxsession
@CheckForNull public Long offset
public NetdevL2TPv3Options()
@Nonnull public NetdevL2TPv3Options withSrc(String value)
@Nonnull public NetdevL2TPv3Options withDst(String value)
@Nonnull public NetdevL2TPv3Options withSrcport(String value)
@Nonnull public NetdevL2TPv3Options withDstport(String value)
@Nonnull public NetdevL2TPv3Options withIpv6(Boolean value)
@Nonnull public NetdevL2TPv3Options withUdp(Boolean value)
@Nonnull public NetdevL2TPv3Options withCookie64(Boolean value)
@Nonnull public NetdevL2TPv3Options withCounter(Boolean value)
@Nonnull public NetdevL2TPv3Options withPincounter(Boolean value)
@Nonnull public NetdevL2TPv3Options withTxcookie(Long value)
@Nonnull public NetdevL2TPv3Options withRxcookie(Long value)
@Nonnull public NetdevL2TPv3Options withTxsession(long value)
@Nonnull public NetdevL2TPv3Options withRxsession(Long value)
@Nonnull public NetdevL2TPv3Options withOffset(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException