Class UpdateIcmp6ApplicationDetails
Request for updating ICMP6 Application used on the firewall policy rules.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateIcmp6ApplicationDetails : UpdateApplicationDetails
Properties
IcmpCode
Declaration
[JsonProperty(PropertyName = "icmpCode")]
public int? IcmpCode { get; set; }
Property Value
Type | Description |
---|---|
int? | The value of the ICMP6 message Code (subtype) field as defined by RFC 4443. |
IcmpType
Declaration
[Required(ErrorMessage = "IcmpType is required.")]
[JsonProperty(PropertyName = "icmpType")]
public int? IcmpType { get; set; }
Property Value
Type | Description |
---|---|
int? | The value of the ICMP6 message Type field as defined by RFC 4443. |
Remarks
Required