NetworkFunctionUserConfigurationArgs

data class NetworkFunctionUserConfigurationArgs(val networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, val osProfile: Output<NetworkFunctionUserConfigurationOsProfileArgs>? = null, val roleName: Output<String>? = null, val userDataParameters: Output<Any>? = null) : ConvertibleToJava<NetworkFunctionUserConfigurationArgs>

The network function user configuration.

Constructors

Link copied to clipboard
constructor(networkInterfaces: Output<List<NetworkInterfaceArgs>>? = null, osProfile: Output<NetworkFunctionUserConfigurationOsProfileArgs>? = null, roleName: Output<String>? = null, userDataParameters: Output<Any>? = null)

Properties

Link copied to clipboard

The network interface configuration.

Link copied to clipboard

Specifies the operating system settings for the role instance.

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

The name of the network function role.

Link copied to clipboard
val userDataParameters: Output<Any>? = null

The user data parameters from the customer.

Functions

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