InterfacePropertiesArgs

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

Interface properties

Constructors

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

Properties

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

The IPv4 address.

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.

Functions

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