Network Function User Configuration Args
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)