AWS SDK for .NET Documentation
DBSecurityGroup Class
AmazonAmazon.RDS.ModelDBSecurityGroup Did this page help you?   Yes   No    Tell us about it...

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSecurityGroups action.

Declaration Syntax
C#
public class DBSecurityGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DBSecurityGroup()()()()
Initializes a new instance of the DBSecurityGroup class

DBSecurityGroupDescription
Provides the description of the DB Security Group.

DBSecurityGroupName
Specifies the name of the DB 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.)
IPRanges
Contains a list of IPRange elements.

OwnerId
Provides the AWS ID of the owner of a specific DB Security Group.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
Provides the VpcId of the DB Security Group.

WithDBSecurityGroupDescription(String)
Sets the DBSecurityGroupDescription property

WithDBSecurityGroupName(String)
Sets the DBSecurityGroupName property

WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][])
Adds elements to the EC2SecurityGroups collection

WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>))
Adds elements to the EC2SecurityGroups collection

WithIPRanges(array<IPRange>[]()[][])
Adds elements to the IPRanges collection

WithIPRanges(IEnumerable<(Of <<'(IPRange>)>>))
Adds elements to the IPRanges collection

WithOwnerId(String)
Sets the OwnerId property

WithVpcId(String)
Sets the VpcId property

Inheritance Hierarchy
Object
DBSecurityGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)