Defines a set of EC2 Security groups that are allowed to access a Cache Cluster.

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 CacheSecurityGroup
Public Class CacheSecurityGroup
public ref class CacheSecurityGroup

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CacheSecurityGroup()()()()
Initializes a new instance of the CacheSecurityGroup class
CacheSecurityGroupName
Specifies the name of the Cache Security Group.
Description
Provides the description of the Cache Security Group.
EC2SecurityGroups
Contains a list of EC2SecurityGroup elements.
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.)
OwnerId
Provides the AWS ID of the owner of a specific Cache Security Group.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCacheSecurityGroupName(String)
Sets the CacheSecurityGroupName property
WithDescription(String)
Sets the Description property
WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][])
Adds elements to the EC2SecurityGroups collection
WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>))
Adds elements to the EC2SecurityGroups collection
WithOwnerId(String)
Sets the OwnerId property

Inheritance Hierarchy

System..::..Object
  Amazon.ElastiCache.Model..::..CacheSecurityGroup

See Also