IPConfiguration Response Properties
data class IPConfigurationResponseProperties(val prefixLength: String? = null, val privateIPAddress: String? = null, val privateIPAllocationMethod: String? = null, val subnet: IPConfigurationResponseSubnet? = null)
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
Constructors
Link copied to clipboard
fun IPConfigurationResponseProperties(prefixLength: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, subnet: IPConfigurationResponseSubnet? = null)