public static interface PortPairGroup.Builder
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
build()
Builds a port pair group object.
|
PortPairGroup.Builder |
setDescription(String description)
Assigns the description to this object.
|
PortPairGroup.Builder |
setId(PortPairGroupId portPairGroupId)
Assigns the port pair group id to this object.
|
PortPairGroup.Builder |
setName(String name)
Assigns the name to this object.
|
PortPairGroup.Builder |
setPortPairs(List<PortPairId> portPairs)
Assigns the port pairs associated with the port pair group
to this object.
|
PortPairGroup.Builder |
setTenantId(TenantId tenantId)
Assigns tenant id to this object.
|
PortPairGroup.Builder setId(PortPairGroupId portPairGroupId)
portPairGroupId - the port pair group idPortPairGroup.Builder setTenantId(TenantId tenantId)
tenantId - tenant id of port pair groupPortPairGroup.Builder setName(String name)
name - name of the port pair groupPortPairGroup.Builder setDescription(String description)
description - description of the port pair groupPortPairGroup.Builder setPortPairs(List<PortPairId> portPairs)
portPairs - list of port pairsPortPairGroup build()