VirtualBox Main API
Public Member Functions | Public Attributes | List of all members
IDHCPGroupCondition Interface Reference
Inheritance diagram for IDHCPGroupCondition:

Public Member Functions

void remove ()
 Remove this condition from the group.
 

Public Attributes

attribute boolean inclusive
 Whether this is an inclusive or exclusive group membership condition.
 
attribute DHCPGroupConditionType type
 Defines how the IDHCPGroupCondition::value is interpreted.
 
attribute wstring value
 The condition value.
 

Member Function Documentation

◆ remove()

void IDHCPGroupCondition::remove ( )

Remove this condition from the group.

Member Data Documentation

◆ inclusive

attribute boolean IDHCPGroupCondition::inclusive

Whether this is an inclusive or exclusive group membership condition.

◆ type

attribute DHCPGroupConditionType IDHCPGroupCondition::type

Defines how the IDHCPGroupCondition::value is interpreted.

◆ value

attribute wstring IDHCPGroupCondition::value

The condition value.