C# 클래스 Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest

Container for the parameters to the RevokeDBSecurityGroupIngress operation. Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).
상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
RevokeDBSecurityGroupIngressRequest ( ) : System

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

RevokeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System

Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCIDRIP ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetEC2SecurityGroupId ( ) : bool
IsSetEC2SecurityGroupName ( ) : bool
IsSetEC2SecurityGroupOwnerId ( ) : bool

메소드 상세

RevokeDBSecurityGroupIngressRequest() 공개 메소드

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

RevokeDBSecurityGroupIngressRequest() 공개 메소드

Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties
public RevokeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to revoke ingress from.
리턴 System