SecurityGroupRule Class |
Namespace: OpenStack.Compute.v2_1
The SecurityGroupRule type exposes the following members.
Name | Description | |
---|---|---|
SecurityGroupRule | Initializes a new instance of the SecurityGroupRule class |
Name | Description | |
---|---|---|
DeleteAsync |
Deletes a security group rule.
|
Name | Description | |
---|---|---|
Delete |
Deletes a security group rule.
(Defined by SecurityGroupExtensions_v2_1.) |
Name | Description | |
---|---|---|
CIDR |
The CIDR for address range.
| |
FromPort |
The port at start of range.
| |
GroupId |
The associated security group identifier.
| |
Id |
The rule identifier.
| |
Protocol |
The IP protocol.
| |
SourceGroupId |
The associated source group identifier.
| |
ToPort |
The port at end of range.
|