HciNetworkInterfaceIpConfiguration

data class HciNetworkInterfaceIpConfiguration(val gateway: String? = null, val prefixLength: String? = null, val privateIpAddress: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(gateway: String? = null, prefixLength: String? = null, privateIpAddress: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gateway: String? = null

The IPv4 address of the gateway for the Network Interface.

Link copied to clipboard
val prefixLength: String? = null

The prefix length for the address of the Network Interface.

Link copied to clipboard

The IPv4 address of the IP configuration. Changing this forces a new resource to be created.

Link copied to clipboard

The resource ID of the Stack HCI Logical Network bound to the IP configuration. Changing this forces a new resource to be created.