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
constructor(prefixLength: String? = null, privateIPAddress: String? = null, privateIPAllocationMethod: String? = null, subnet: IPConfigurationResponseSubnet? = null)
Properties
Link copied to clipboard
prefixLength for network interface
Link copied to clipboard
PrivateIPAddress - Private IP address of the IP configuration.
Link copied to clipboard
PrivateIPAllocationMethod - The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
Link copied to clipboard
Subnet - Name of Subnet bound to the IP configuration.