InterfacePropertiesResponse

data class InterfacePropertiesResponse(val ipv4Address: String? = null, val ipv4Gateway: String? = null, val ipv4Subnet: String? = null, val name: String? = null)

Interface properties

Constructors

Link copied to clipboard
constructor(ipv4Address: String? = null, ipv4Gateway: String? = null, ipv4Subnet: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4Address: String? = null

The IPv4 address.

Link copied to clipboard
val ipv4Gateway: String? = null

The default IPv4 gateway (router).

Link copied to clipboard
val ipv4Subnet: String? = null

The IPv4 subnet.

Link copied to clipboard
val name: String? = null

The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.