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 for which to deny or allow access.
|
IcmpTypeCode.Builder |
type(Integer type)
The ICMP type for which to deny or allow access.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIcmpTypeCode.Builder code(Integer code)
The ICMP code for which to deny or allow access. To deny or allow all codes, use the value -1.
code - The ICMP code for which to deny or allow access. To deny or allow all codes, use the value
-1.IcmpTypeCode.Builder type(Integer type)
The ICMP type for which to deny or allow access. To deny or allow all types, use the value -1.
type - The ICMP type for which to deny or allow access. To deny or allow all types, use the value
-1.Copyright © 2023. All rights reserved.