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 macAddress: 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, macAddress: 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

The IPV6 address of the container.

Link copied to clipboard

The IPV6 prefix length address of the container.

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

The IPV6 gateway of the container.

Link copied to clipboard
val macAddress: String? = null

The MAC address of the container.

Link copied to clipboard
val networkName: String? = null

The name of the network