SoftLayer_Network_SecurityGroup_OrderBinding


SoftLayer_Network_SecurityGroup_OrderBinding

Description

The SoftLayer_Network_SecurityGroup_OrderBinding data type contains links between security groups and product orders.

Local


guestId

The ID of the Virtual Guest associated with the security group.
Type: int


id

The unique ID for a security group, order, binding
Type: int


orderId

The ID of the order associated with the security group.
Type: int


securityGroupId

The ID of the security group that is associated with the order.
Type: int

Relational


guest

The virtual guest associated with the binding
Type: SoftLayer_Virtual_Guest


order

The order associated with the binding
Type: SoftLayer_Billing_Order


securityGroup

The security group associated with the order
Type: SoftLayer_Network_SecurityGroup

Count