InterfacePropertiesArgs

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

Interface properties

Constructors

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

Properties

Link copied to clipboard
val bfdIpv4Endpoints: Output<List<String>>? = null

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

Link copied to clipboard
val ipv4Address: Output<String>? = null

The IPv4 address.

Link copied to clipboard
val ipv4AddressList: Output<List<String>>? = null

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

Link copied to clipboard
val ipv4Gateway: Output<String>? = null

The default IPv4 gateway (router).

Link copied to clipboard
val ipv4Subnet: Output<String>? = null

The IPv4 subnet.

Link copied to clipboard
val name: Output<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: Output<Int>? = null

VLAN identifier of the network interface. Example: 501.

Functions

Link copied to clipboard
open override fun toJava(): InterfacePropertiesArgs