NetworkAttachmentArgs

constructor(attachedNetworkId: Output<String>, defaultGateway: Output<Either<String, DefaultGateway>>? = null, ipAllocationMethod: Output<Either<String, VirtualMachineIPAllocationMethod>>, ipv4Address: Output<String>? = null, ipv6Address: Output<String>? = null, networkAttachmentName: Output<String>? = null)