Container Network Data
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
Properties
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
The IP prefix length of the container.
Link copied to clipboard
The IPV6 gateway of the container.
Link copied to clipboard
The MAC address of the container.
Link copied to clipboard
The name of the network