IPConfiguration Response
data class IPConfigurationResponse(val name: String? = null, val properties: IPConfigurationResponseProperties? = null)
InterfaceIPConfiguration iPConfiguration in a network interface.
Constructors
Link copied to clipboard
fun IPConfigurationResponse(name: String? = null, properties: IPConfigurationResponseProperties? = null)