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