AWS SDK for .NET Documentation
Icmp Class
AmazonAmazon.EC2.ModelIcmp Did this page help you?   Yes   No    Tell us about it...
ICMP description.
Declaration Syntax
C#
public class Icmp
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Icmp()()()()
Initializes a new instance of the Icmp class

Code
The ICMP code. A value of -1 is a wildcard meaning all codes.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetCode()()()()
Checks if Code property is set

IsSetType()()()()
Checks if Type property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Type
The ICMP type. A value of -1 is a wildcard meaning all types.

WithCode(Decimal) Obsolete.
Sets the ICMP code.

WithType(Decimal) Obsolete.
Sets the ICMP type.

Inheritance Hierarchy
Object
Icmp

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)