HciNetworkInterfaceIpConfigurationArgs

data class HciNetworkInterfaceIpConfigurationArgs(val gateway: Output<String>? = null, val prefixLength: Output<String>? = null, val privateIpAddress: Output<String>? = null, val subnetId: Output<String>) : ConvertibleToJava<HciNetworkInterfaceIpConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val gateway: Output<String>? = null

The IPv4 address of the gateway for the Network Interface.

Link copied to clipboard
val prefixLength: Output<String>? = null

The prefix length for the address of the Network Interface.

Link copied to clipboard
val privateIpAddress: Output<String>? = null

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

Link copied to clipboard
val subnetId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): HciNetworkInterfaceIpConfigurationArgs