Network Interfaces Args
constructor(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)