Specifies the current state of this Cache Node.

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class EC2SecurityGroup
Public Class EC2SecurityGroup
public ref class EC2SecurityGroup

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
EC2SecurityGroup()()()()
Initializes a new instance of the EC2SecurityGroup class
EC2SecurityGroupName
Specifies the name of the EC2 Security Group.
EC2SecurityGroupOwnerId
Specifies the AWS ID of the owner of the EC2 Security Group specified in the EC2SecurityGroupName field.
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.)
Status
Provides the status of the EC2 Security Group.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithEC2SecurityGroupName(String)
Sets the EC2SecurityGroupName property
WithEC2SecurityGroupOwnerId(String)
Sets the EC2SecurityGroupOwnerId property
WithStatus(String)
Sets the Status property

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..EC2SecurityGroup

See Also