Network Interfaces Args
data class NetworkInterfacesArgs(val ipv4AddressType: Output<Either<String, AllocationMethod>>? = null, val ipv6AddressType: Output<Either<String, AllocationMethod>>? = null, val macAddress: Output<String>? = null, val macAddressType: Output<Either<String, AllocationMethod>>? = null, val name: Output<String>? = null, val nicId: Output<String>? = null, val virtualNetworkId: Output<String>? = null) : ConvertibleToJava<NetworkInterfacesArgs>
Network Interface model
Constructors
Link copied to clipboard
fun NetworkInterfacesArgs(ipv4AddressType: Output<Either<String, AllocationMethod>>? = null, ipv6AddressType: Output<Either<String, AllocationMethod>>? = null, macAddress: Output<String>? = null, macAddressType: Output<Either<String, AllocationMethod>>? = null, name: Output<String>? = null, nicId: Output<String>? = null, virtualNetworkId: Output<String>? = null)