Additional Network Interface Configuration Response
data class AdditionalNetworkInterfaceConfigurationResponse(val dscpConfiguration: SubResourceResponse? = null, val enableAcceleratedNetworking: Boolean? = null, val ipConfigurations: List<IpConfigurationResponse>, val name: String)
Specifies the settings for a network interface to attach to the node type.
Constructors
Link copied to clipboard
constructor(dscpConfiguration: SubResourceResponse? = null, enableAcceleratedNetworking: Boolean? = null, ipConfigurations: List<IpConfigurationResponse>, name: String)