메소드 | 설명 | |
---|---|---|
CreateSecurityGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
CreateSecurityGroupRequest ( string groupName, string description ) : System |
Instantiates CreateSecurityGroupRequest with the parameterized properties
|
메소드 | 설명 | |
---|---|---|
IsSetDescription ( ) : bool | ||
IsSetGroupName ( ) : bool | ||
IsSetVpcId ( ) : bool |
public CreateSecurityGroupRequest ( string groupName, string description ) : System | ||
groupName | string | The name of the security group. Constraints: Up to 255 characters in length Constraints for EC2-Classic: ASCII characters Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* |
description | string | A description for the security group. This is informational only. Constraints: Up to 255 characters in length Constraints for EC2-Classic: ASCII characters Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$* |
리턴 | System |