NetworkProfileArgs

data class NetworkProfileArgs(val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, val subnet: Output<ApiEntityReferenceArgs>? = null) : ConvertibleToJava<NetworkProfileArgs>

The network profile definition.

Constructors

Link copied to clipboard
constructor(networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, subnet: Output<ApiEntityReferenceArgs>? = null)

Properties

Link copied to clipboard

Specifies the list of resource Ids for the network interfaces associated with the dedicated HSM.

Link copied to clipboard
val subnet: Output<ApiEntityReferenceArgs>? = null

Specifies the identifier of the subnet.

Functions

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