ControllerServicesResponse

data class ControllerServicesResponse(val ipv4AddressSpaces: List<String>? = null, val ipv6AddressSpaces: List<String>? = null)

Network Fabric Controller services.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.

Link copied to clipboard

The IPv6 is not supported right now.