SoftLayer_Network_SecurityGroup


SoftLayer_Network_SecurityGroup

Description

The SoftLayer_Network_SecurityGroup data type contains general information for a single security group. A security group contains a set of IP filter SoftLayer_Network_SecurityGroup_Rule that define how to handle incoming (ingress) and outgoing (egress) traffic to both the public and private interfaces of a virtual server instance and a set of SoftLayer_Virtual_Network_SecurityGroup_NetworkComponentBinding to associate virtual guest network components with the security group.

Local


createDate

The date a security group was created.
Type: dateTime


description

The (optional) description for a security group.
Type: string


id

The unique ID for a security group.
Type: int


metadata

None
Type: string


modifyDate

The date a security group was last modified.
Type: dateTime


name

The (optional) name for a security group.
Type: string

Relational


account

The account this security group belongs to.
Type: SoftLayer_Account


networkComponentBindings

The network component bindings for this security group.
Type: SoftLayer_Virtual_Network_SecurityGroup_NetworkComponentBinding[]


orderBindings

The order bindings for this security group
Type: SoftLayer_Network_SecurityGroup_OrderBinding[]


rules

The rules for this security group.
Type: SoftLayer_Network_SecurityGroup_Rule[]

Count


networkComponentBindingCount

A count of the network component bindings for this security group.
Type: unsignedLong


orderBindingCount

A count of the order bindings for this security group
Type: unsignedLong


ruleCount

A count of the rules for this security group.
Type: unsignedLong