AdditionalNetworkInterfaceConfigurationResponse

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

constructor(dscpConfiguration: SubResourceResponse? = null, enableAcceleratedNetworking: Boolean? = null, ipConfigurations: List<IpConfigurationResponse>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the DSCP configuration to apply to the network interface.

Link copied to clipboard

Specifies whether the network interface is accelerated networking-enabled.

Link copied to clipboard

Specifies the IP configurations of the network interface.

Link copied to clipboard

Name of the network interface.