Security Group
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SecurityGroup
Public Class SecurityGroup
public ref class SecurityGroup
Members
| All Members | Constructors | Properties | Methods |
| 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 |
Gets and sets the GroupDescription property.
Description of the security group.
| |
| GroupId |
Gets and sets the GroupId property.
Id of the security group.
| |
| GroupName |
Gets and sets the GroupName property.
Name of the security group.
| |
| IpPermission |
Gets and sets the IpPermission property.
Set of IP permissions associated with the
security group.
| |
| IpPermissionsEgress |
Gets and sets the IpPermissionsEgress property.
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 |
Gets and sets the OwnerId property.
AWS Access Key ID of the owner of the security
group.
| |
| Tag |
Gets and sets the Tag property.
A list of tags for the security group.
| |
| ToString()()()() | (Inherited from Object.) | |
| VpcId |
Gets and sets the VpcId property.
The vpc to which the group belongs.
| |
| WithGroupDescription(String) |
Sets the GroupDescription property
| |
| WithGroupId(String) |
Sets the GroupId property
| |
| WithGroupName(String) |
Sets the GroupName property
| |
| WithIpPermission(array<IpPermission>[]()[][]) |
Sets the IpPermission property
| |
| WithIpPermissionsEgress(array<IpPermission>[]()[][]) |
Sets the IpPermissionsEgress property
| |
| WithOwnerId(String) |
Sets the OwnerId property
| |
| WithTag(array<Tag>[]()[][]) |
Sets the Tag property
| |
| WithVpcId(String) |
Sets the VpcId property
|