public static interface IcmpTypeCode.Builder extends SdkPojo, CopyableBuilder<IcmpTypeCode.Builder,IcmpTypeCode>
| Modifier and Type | Method and Description |
|---|---|
IcmpTypeCode.Builder |
code(Integer code)
The ICMP code.
|
IcmpTypeCode.Builder |
type(Integer type)
The ICMP type.
|
copyapplyMutation, buildIcmpTypeCode.Builder code(Integer code)
The ICMP code. A value of -1 means all codes for the specified ICMP type.
code - The ICMP code. A value of -1 means all codes for the specified ICMP type.IcmpTypeCode.Builder type(Integer type)
The ICMP type. A value of -1 means all types.
type - The ICMP type. A value of -1 means all types.Copyright © 2019. All rights reserved.