Show / Hide Table of Contents

Class IcmpTrafficProtocolParameters

Defines the ProtocolParameters configuration for the ICMP protocol.

Inheritance
object
TrafficProtocolParameters
IcmpTrafficProtocolParameters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class IcmpTrafficProtocolParameters : TrafficProtocolParameters

Properties

IcmpCode

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

The ICMP code.

IcmpType

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

The ICMP type.

Remarks

Required

In this article
Back to top