NetworkFunctionUserConfigurationResponse

data class NetworkFunctionUserConfigurationResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null, val osProfile: NetworkFunctionUserConfigurationResponseOsProfile? = null, val roleName: String? = null, val userDataParameters: Any? = null)

The network function user configuration.

Constructors

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

Types

Link copied to clipboard
object Companion

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: String? = null

The name of the network function role.

Link copied to clipboard
val userDataParameters: Any? = null

The user data parameters from the customer.