Click or drag to resize
SecurityGroup Class
Security groups are sets of IP filter rules that are applied to an instance's networking.
Inheritance Hierarchy

Namespace: OpenStack.Compute.v2_1
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class SecurityGroup : SecurityGroupReference

The SecurityGroup type exposes the following members.

Constructors
  NameDescription
Public methodSecurityGroup
Initializes a new instance of the SecurityGroup class.
Top
Methods
  NameDescription
Public methodAddRuleAsync
Creates a rule for a security group.
Public methodDeleteAsync
Deletes a security group.
(Inherited from SecurityGroupReference.)
Public methodGetSecurityGroupAsync
Shows details for a security group.
(Inherited from SecurityGroupReference.)
Public methodUpdateAsync
Updates a security group.
Top
Extension Methods
  NameDescription
Public Extension MethodAddRule
Creates a rule for a security group.
(Defined by SecurityGroupExtensions_v2_1.)
Public Extension MethodDelete
Deletes a security group.
(Defined by SecurityGroupExtensions_v2_1.)
Public Extension MethodGetSecurityGroup
Shows details for a security group.
(Defined by SecurityGroupExtensions_v2_1.)
Public Extension MethodUpdate
Deletes a security group.
(Defined by SecurityGroupExtensions_v2_1.)
Top
Properties
  NameDescription
Public propertyDescription
The security group description.
Public propertyId
The security group identifier.
Public propertyName
The security group name.
(Inherited from SecurityGroupReference.)
Public propertyRules
The security group rules.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also