Defines a set of EC2 Security groups that are allowed to access a Cache Cluster.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (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
|