Network Function Role Configuration Response
data class NetworkFunctionRoleConfigurationResponse(val customProfile: CustomProfileResponse? = null, val networkInterfaces: List<NetworkInterfaceResponse>? = null, val osProfile: OsProfileResponse? = null, val roleName: String? = null, val roleType: String? = null, val storageProfile: StorageProfileResponse? = null, val userDataParameters: Any? = null, val userDataTemplate: Any? = null, val virtualMachineSize: String? = null)
Network function role configuration.
Constructors
Link copied to clipboard
fun NetworkFunctionRoleConfigurationResponse(customProfile: CustomProfileResponse? = null, networkInterfaces: List<NetworkInterfaceResponse>? = null, osProfile: OsProfileResponse? = null, roleName: String? = null, roleType: String? = null, storageProfile: StorageProfileResponse? = null, userDataParameters: Any? = null, userDataTemplate: Any? = null, virtualMachineSize: String? = null)