PortGroupPropertiesResponse

data class PortGroupPropertiesResponse(val name: String? = null, val ports: List<String>? = null)

Port Group properties.

Constructors

Link copied to clipboard
constructor(name: String? = null, ports: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the port group.

Link copied to clipboard
val ports: List<String>? = null

List of the ports that need to be matched.