Class CfnPolicy.IcmpTypeCodeProperty
ICMP protocol: The ICMP type and code.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IcmpTypeCodeProperty : Object, CfnPolicy.IIcmpTypeCodeProperty
Syntax (vb)
Public Class IcmpTypeCodeProperty
Inherits Object
Implements CfnPolicy.IIcmpTypeCodeProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FMS;
var icmpTypeCodeProperty = new IcmpTypeCodeProperty {
Code = 123,
Type = 123
};
Synopsis
Constructors
Icmp |
Properties
Code | ICMP code. |
Type | ICMP type. |
Constructors
IcmpTypeCodeProperty()
public IcmpTypeCodeProperty()
Properties
Code
ICMP code.
public double Code { get; set; }
Property Value
System.
Remarks
Type
ICMP type.
public double Type { get; set; }
Property Value
System.