AWS SDK for .NET Documentation
SecurityGroup Class
AmazonAmazon.EC2.ModelSecurityGroup Did this page help you?   Yes   No    Tell us about it...
Security group
Declaration Syntax
C#
public class SecurityGroup
Members
All MembersConstructorsMethodsProperties



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

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.)
GroupDescription
Description of the security group.

GroupId
ID of the security group.

GroupName
Name of the security group.

IpPermission
Set of IP permissions associated with the security group.

IpPermissionsEgress
A list of outbound rules associated with the security group (for VPC security groups).

IsSetGroupDescription()()()()
Checks if GroupDescription property is set

IsSetGroupId()()()()
Checks if GroupId property is set

IsSetGroupName()()()()
Checks if GroupName property is set

IsSetIpPermission()()()()
Checks if IpPermission property is set

IsSetIpPermissionsEgress()()()()
Checks if IpPermissionsEgress property is set

IsSetOwnerId()()()()
Checks if OwnerId property is set

IsSetTag()()()()
Checks if Tag property is set

IsSetVpcId()()()()
Checks if VpcId property is set

OwnerId
AWS Access Key ID of the owner of the security group.

Tag
A list of tags for the security group.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The ID of the VPC to which the group belongs.

WithGroupDescription(String) Obsolete.
Sets the description of the security group.

WithGroupId(String) Obsolete.
Sets the ID of the security group.

WithGroupName(String) Obsolete.
Sets the name of the security group.

WithIpPermission(array<IpPermission>[]()[][]) Obsolete.
Sets the IP permissions associated with the security group.

WithIpPermissionsEgress(array<IpPermission>[]()[][]) Obsolete.
Sets the outbound rules associated with the security group (for VPC security groups).

WithOwnerId(String) Obsolete.
Sets the AWS Access Key ID of the owner of the security group.

WithTag(array<Tag>[]()[][]) Obsolete.
Sets the tags for the security group.

WithVpcId(String) Obsolete.
Sets the ID of the VPC to which the group belongs.

Inheritance Hierarchy
Object
SecurityGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)