InfrastructureServicesResponse

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

InfrastructureServices IP ranges.

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.