Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AclIcmp |
build()
Builds the configured instance.
|
AclIcmp.Builder |
code(java.lang.Number code)
Sets the value of
AclIcmp.getCode() |
AclIcmp.Builder |
type(java.lang.Number type)
Sets the value of
AclIcmp.getType() |
public AclIcmp.Builder code(java.lang.Number code)
AclIcmp.getCode()
code
- The Internet Control Message Protocol (ICMP) code.
You can use -1 to specify all ICMP
codes for the given ICMP type. Requirement is conditional: Required if you
specify 1 (ICMP) for the protocol parameter.this
public AclIcmp.Builder type(java.lang.Number type)
AclIcmp.getType()
type
- The Internet Control Message Protocol (ICMP) type.
You can use -1 to specify all ICMP types.
Conditional requirement: Required if you specify 1 (ICMP) for the CreateNetworkAclEntry protocol parameter.this