C# 클래스 Amazon.ElastiCache.Model.CreateCacheSecurityGroupRequest

Container for the parameters to the CreateCacheSecurityGroup operation.

The CreateCacheSecurityGroup operation creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup .

상속: AmazonElastiCacheRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateCacheSecurityGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateCacheSecurityGroupRequest ( string cacheSecurityGroupName, string description ) : System

Instantiates CreateCacheSecurityGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCacheSecurityGroupName ( ) : bool
IsSetDescription ( ) : bool

메소드 상세

CreateCacheSecurityGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CreateCacheSecurityGroupRequest ( ) : System
리턴 System

CreateCacheSecurityGroupRequest() 공개 메소드

Instantiates CreateCacheSecurityGroupRequest with the parameterized properties
public CreateCacheSecurityGroupRequest ( string cacheSecurityGroupName, string description ) : System
cacheSecurityGroupName string A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default". Example: mysecuritygroup
description string A description for the cache security group.
리턴 System