Class IcmpProtocolParameters
Defines the configuration for the ICMP protocol parameters.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class IcmpProtocolParameters : ProtocolParametersProperties
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