ModuleNetworkProfileArgs

data class ModuleNetworkProfileArgs(val networkInterfacePrivateIpAddresses: Output<List<String>>, val subnetId: Output<String>) : ConvertibleToJava<ModuleNetworkProfileArgs>

Constructors

Link copied to clipboard
constructor(networkInterfacePrivateIpAddresses: Output<List<String>>, subnetId: Output<String>)

Properties

Link copied to clipboard

The private IPv4 address of the network interface. Changing this forces a new Dedicated Hardware Security Module to be created.

Link copied to clipboard
val subnetId: Output<String>

The ID of the subnet. Changing this forces a new Dedicated Hardware Security Module to be created.

Functions

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