Interface Properties Args
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
Properties
Link copied to clipboard
The IPv4 addresses of the endpoints to send BFD probes to.
Link copied to clipboard
The IPv4 address.
Link copied to clipboard
The list of IPv4 addresses, for a multi-node system.
Link copied to clipboard
The default IPv4 gateway (router).
Link copied to clipboard
The IPv4 subnet.