ContainerNetworkData

data class ContainerNetworkData(val gateway: String? = null, val globalIpv6Address: String? = null, val globalIpv6PrefixLength: Int? = null, val ipAddress: String? = null, val ipPrefixLength: Int? = null, val ipv6Gateway: String? = null, val networkName: String? = null)

Constructors

Link copied to clipboard
constructor(gateway: String? = null, globalIpv6Address: String? = null, globalIpv6PrefixLength: Int? = null, ipAddress: String? = null, ipPrefixLength: Int? = null, ipv6Gateway: String? = null, networkName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gateway: String? = null

The network gateway of the container.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ipAddress: String? = null

The IP address of the container.

Link copied to clipboard
val ipPrefixLength: Int? = null

The IP prefix length of the container.

Link copied to clipboard
val ipv6Gateway: String? = null
Link copied to clipboard
val networkName: String? = null