Security group

C# |
public class SecurityGroup

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SecurityGroup()()()() | Initializes a new instance of the SecurityGroup class |
![]() | Equals(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.
|

Object | |
![]() | SecurityGroup |