InterfacePropertiesResponse

data class InterfacePropertiesResponse(val bfdIpv4Endpoints: List<String>? = null, val ipv4Address: String? = null, val ipv4AddressList: List<String>? = null, val ipv4Gateway: String? = null, val ipv4Subnet: String? = null, val name: String? = null, val vlanId: Int? = null)

Interface properties

Constructors

Link copied to clipboard
constructor(bfdIpv4Endpoints: List<String>? = null, ipv4Address: String? = null, ipv4AddressList: List<String>? = null, ipv4Gateway: String? = null, ipv4Subnet: String? = null, name: String? = null, vlanId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IPv4 addresses of the endpoints to send BFD probes to.

Link copied to clipboard
val ipv4Address: String? = null

The IPv4 address.

Link copied to clipboard

The list of IPv4 addresses, for a multi-node system.

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.

Link copied to clipboard
val vlanId: Int? = null

VLAN identifier of the network interface. Example: 501.