DeviceGenGroupParams Object


Description:

Device generator group parameters. If a DeviceGenGroupParams object is added as a child of the Device generator the generated Device objects will be assigned to DeviceGroup(s). You can create multiple grouping levels by adding nested DeviceGenGroupParams child objects.

Parents: EmulatedDeviceGenParams, HostGenParams, RouterGenParams

Children: DeviceGenGroupParams

DeviceGenGroupParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Count

Number of groups per port (or parent group if nested).

Type: u32

Default: 1

Range: 1 - 10000

CountPerGroup

Number of ports per group.

Type: u32

Default: 1

Range: 1 - 4294967295

GroupName

Name of the RouterGroup/HostGroup objects that the generated Routers/Hosts will be assigned to.

Type: string

Default: "" (empty string)

GroupType

Name of the GroupType object that the RouterGroup(s)/HostGroup(s) correspond to.

Type: string

Default: "" (empty string)

Index

Starting group index appended to the GroupName.

Type: u32

Default: 1

Step

Step value applied to the index for each subsequent group.

Type: u32

Default: 1

Range: 1 - 4294967295

DeviceGenGroupParams Read-Only Attributes

There are no read-only attributes.