Show / Hide Table of Contents

Class Icmp6ApplicationSummary

Summary object for ICMP V6 application element in the network firewall policy.

Inheritance
object
ApplicationSummary
Icmp6ApplicationSummary
Inherited Members
ApplicationSummary.Name
ApplicationSummary.ParentResourceId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class Icmp6ApplicationSummary : ApplicationSummary

Properties

IcmpCode

Declaration
[JsonProperty(PropertyName = "icmpCode")]
public int? IcmpCode { get; set; }
Property Value
Type Description
int?

The value of the ICMP message Code (subtype) field as defined by RFC 792.

IcmpType

Declaration
[Required(ErrorMessage = "IcmpType is required.")]
[JsonProperty(PropertyName = "icmpType")]
public int? IcmpType { get; set; }
Property Value
Type Description
int?

The value of the ICMP message Type field as defined by RFC 792.

Remarks

Required

In this article
Back to top